forked from len0rd/rockbox
Use the defines, we can't assume a particular LCD or keypad.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@424 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7a6c45c43
commit
bd16e2fa94
5 changed files with 35 additions and 4 deletions
|
@ -19,6 +19,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#include "types.h"
|
||||
#include "lcd.h"
|
||||
#include "button.h"
|
||||
|
@ -356,3 +358,5 @@ void tetris(void)
|
|||
new_block();
|
||||
game_loop();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue