gba-x3dtest

view src/game.h @ 10:23f716fa7f10

changed to mode 5 again, this time with hardware scaling (looks kinda crap)
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Jun 2014 06:31:14 +0300
parents 850be43b3135
children
line source
1 #ifndef GAME_H_
2 #define GAME_H_
4 int game_init(void);
5 void game_draw(void);
6 void game_keyb(int key, int pressed);
8 #endif /* GAME_H_ */