diff options
Diffstat (limited to 'apps/plugins/snake.c')
| -rw-r--r-- | apps/plugins/snake.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/snake.c b/apps/plugins/snake.c index c3fe84e..00a43e5 100644 --- a/apps/plugins/snake.c +++ b/apps/plugins/snake.c @@ -38,7 +38,7 @@ dir is the current direction of the snake - 0=up, 1=right, 2=down, 3=left; #include "lib/highscore.h" #include "lib/playback_control.h" -PLUGIN_HEADER + /* variable button definitions */ #if CONFIG_KEYPAD == RECORDER_PAD |