diff options
-rw-r--r-- | engine.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,13 +3,14 @@ | |||
3 | 3 | ||
4 | #include "config.h" | 4 | #include "config.h" |
5 | #include "engine.h" | 5 | #include "engine.h" |
6 | #include "display.h" | ||
7 | #include "main.h" | 6 | #include "main.h" |
8 | #include "midi.h" | 7 | #include "midi.h" |
9 | 8 | ||
10 | static int g_selected_string = -1; | 9 | static int g_selected_string = -1; |
11 | 10 | ||
12 | #ifndef NO_DISPLAY | 11 | #ifndef NO_DISPLAY |
12 | #include "display.h" | ||
13 | |||
13 | static LPoint g_render_points[1024]; | 14 | static LPoint g_render_points[1024]; |
14 | static int g_render_point_count; | 15 | static int g_render_point_count; |
15 | static const int g_harfe_width = 1024; | 16 | static const int g_harfe_width = 1024; |