aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-10 13:16:16 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-10 13:16:16 +0100
commitc37397234534e9888dfeed9b1728c46646c33b58 (patch)
treec0e97dcccb1fce5bcd4550db243a67949a42ea1a /src/main.c
parentbf8c5fdb43ae2446a502227a95f17167c3dcda33 (diff)
`clang-format`
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++;
}
-