X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=a9863899ed8fc30aed7bc7a9a6f8de26ee4d503a;hb=713d33d0c193f880d665dc6f4e62eac9549b747e;hp=77a5fce5b29dd57deb0f26780c7ef8dc5b36dc57;hpb=d3401f8f5fbe0b0a7939ce3a8ef680cf5356f9ba;p=eradicate diff --git a/src/game.h b/src/game.h index 77a5fce..a986389 100644 --- a/src/game.h +++ b/src/game.h @@ -41,5 +41,8 @@ extern void (*key_event)(int key, int pressed); void game_quit(void); +void dbg_print(void *fb, int x, int y, const char *str); +void dbg_printf(void *fb, int x, int y, const char *fmt, ...); +void dbg_fps(void *fb); #endif /* GAME_H_ */