diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-03-10 13:16:16 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-03-10 13:16:16 +0100 |
commit | c37397234534e9888dfeed9b1728c46646c33b58 (patch) | |
tree | c0e97dcccb1fce5bcd4550db243a67949a42ea1a /src/ds.c | |
parent | bf8c5fdb43ae2446a502227a95f17167c3dcda33 (diff) |
`clang-format`
Diffstat (limited to 'src/ds.c')
-rw-r--r-- | src/ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ +#include "demo.h" #include "main.h" #include "ppu/ppu.h" -#include "demo.h" void hh_setup() { hh_ppu_init(); |