1
0
Fork 0
forked from len0rd/rockbox

include options.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2209 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-09-06 09:08:23 +00:00
parent e28cbaab8a
commit 0eefad89e5
3 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,8 @@
****************************************************************************/
#include "config.h"
#include "options.h"
#ifdef HAVE_LCD_BITMAP
#ifdef USE_GAMES

View file

@ -17,6 +17,8 @@
*
****************************************************************************/
#include "options.h"
#include "menu.h"
#include "tree.h"
#include "credits.h"

View file

@ -17,6 +17,7 @@
*
****************************************************************************/
#include "config.h"
#include "options.h"
#ifdef HAVE_LCD_BITMAP
#ifdef USE_SCREENSAVERS