now use USE_GAMES

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-08-31 23:41:17 +00:00
parent 28c60ff40a
commit 1bcdb239c7
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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