aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index fa63aa2..191d5d9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,8 +1,8 @@
#include <stdlib.h>
-#include "main.h"
#include "demo.h"
#include "input.h"
+#include "main.h"
bool g_hh_run = true;
@@ -19,4 +19,3 @@ void hh_ppu_vblank_interrupt() {
hh_demo_loop(frame);
frame++;
}
-