cool-bun-demo/bun.h

11 lines
166 B
C

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