#ifndef __BUN_H__ #define __BUN_H__ #include "screen.h" void setupBun(); void renderBun(int x, int y, struct ScreenSetup *screenSetup); void teardownBun(); #endif