summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jewels.c')
-rw-r--r--apps/plugins/jewels.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index af5a3743c7..a4ce1ae92a 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -20,11 +20,11 @@
20****************************************************************************/ 20****************************************************************************/
21 21
22#include "plugin.h" 22#include "plugin.h"
23#include "button.h"
24#include "lcd.h"
25 23
26#ifdef HAVE_LCD_BITMAP 24#ifdef HAVE_LCD_BITMAP
27 25
26PLUGIN_HEADER
27
28/* save files */ 28/* save files */
29#define SCORE_FILE PLUGIN_DIR "/bejeweled.score" 29#define SCORE_FILE PLUGIN_DIR "/bejeweled.score"
30#define SAVE_FILE PLUGIN_DIR "/bejeweled.save" 30#define SAVE_FILE PLUGIN_DIR "/bejeweled.save"
@@ -2466,7 +2466,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
2466 char str[19]; 2466 char str[19];
2467 2467
2468 /* plugin init */ 2468 /* plugin init */
2469 TEST_PLUGIN_API(api);
2470 (void)parameter; 2469 (void)parameter;
2471 rb = api; 2470 rb = api;
2472 /* end of plugin init */ 2471 /* end of plugin init */