1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2485 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2002-10-03 09:19:11 +00:00
parent 2ec768a206
commit 2eda5385d3
3 changed files with 3 additions and 0 deletions

View file

@ -27,6 +27,7 @@
#include "system.h" #include "system.h"
#include "font.h" #include "font.h"
#include "icons.h" #include "icons.h"
#include "lang.h"
#include "peakmeter.h" #include "peakmeter.h"
/* buffer the read peak value */ /* buffer the read peak value */

View file

@ -36,6 +36,7 @@
#include <stdio.h> #include <stdio.h>
#endif #endif
#include "sprintf.h" #include "sprintf.h"
#include "lang.h"
#define TETRIS_TITLE "Tetris!" #define TETRIS_TITLE "Tetris!"
#define TETRIS_TITLE_FONT 1 #define TETRIS_TITLE_FONT 1
#define TETRIS_TITLE_XLOC 43 #define TETRIS_TITLE_XLOC 43

View file

@ -33,6 +33,7 @@
#include "kernel.h" #include "kernel.h"
#include "menu.h" #include "menu.h"
#include "rtc.h" #include "rtc.h"
#include "lang.h"
#include "screens.h" #include "screens.h"
/* size of the field the worm lives in */ /* size of the field the worm lives in */