now use USE_GAMES
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28c60ff40a
commit
1bcdb239c7
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_GAMES
|
||||
|
||||
#include <sprintf.h>
|
||||
#include "sokoban.h"
|
||||
|
@ -1379,3 +1380,4 @@ Menu sokoban(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#ifdef USE_GAMES
|
||||
#include <stdbool.h>
|
||||
#include "lcd.h"
|
||||
#include "button.h"
|
||||
|
@ -406,3 +407,4 @@ Menu tetris(void)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue