diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-09-03 19:16:37 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-09-14 17:46:36 -0400 |
| commit | 0cf2377614f7fcbc9c04d1671ea5d965b4c841c8 (patch) | |
| tree | 7256ae1f1eb46ec999c08c2d1b7ed174ed3124a6 /apps/plugins/SOURCES | |
| parent | 12f5c63474c03a5f06ea5c04de267a1a8fa36233 (diff) | |
| download | rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.zip rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.tar.gz rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.tar.bz2 rockbox-0cf2377614f7fcbc9c04d1671ea5d965b4c841c8.tar.xz | |
FS#8647: Amaze - 3D maze game plugin
- update to build against latest Git
- cleanup (whitespace, indentation)
- fixed old PLA handling
- update indentation/curly brace style
- improve load/save mechanism
Change-Id: Ic84d98650c1152ab0ad268b51bd060f714ace288
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a051e2d..7321091 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -145,6 +145,9 @@ metronome.c #ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */ 2048.c + +amaze.c + /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 boomshine.lua @@ -164,6 +167,7 @@ spacerocks.c blackjack.c bounce.c bubbles.c + calculator.c chip8.c chopper.c |