diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-08 13:47:46 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-08 13:47:46 +0000 |
| commit | fa148bb81260844a77ef2f988f46fb8584bfb3a2 (patch) | |
| tree | 97221c629e47f8bc45a56e19654d1f5c6a1b965f /apps/plugins/lib/SOURCES | |
| parent | 9415629f4c3cf7e81aa89e37bcd0b26c24103ed9 (diff) | |
| download | rockbox-fa148bb81260844a77ef2f988f46fb8584bfb3a2.zip rockbox-fa148bb81260844a77ef2f988f46fb8584bfb3a2.tar.gz rockbox-fa148bb81260844a77ef2f988f46fb8584bfb3a2.tar.bz2 rockbox-fa148bb81260844a77ef2f988f46fb8584bfb3a2.tar.xz | |
A new API for saving highscores in game plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6611 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 58356af..f8ed798 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -1,4 +1,5 @@ configfile.c +highscore.c #ifdef HAVE_LCD_BITMAP gray_black_display.c gray_blockfuncs.c |