summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 98ffcc2be8..0b9f68bc0b 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -27,6 +27,10 @@ plasma.c
27#endif 27#endif
28bejeweled.c 28bejeweled.c
29bounce.c 29bounce.c
30/* H300 and iPod Color/Video only */
31#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
32brickmania.c
33#endif
30calculator.c 34calculator.c
31chip8.c 35chip8.c
32demystify.c 36demystify.c