summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-11-15 21:31:55 +0000
committer0undefined <oscar@nelin.dk>2025-11-15 21:31:55 +0000
commit256c2881866878b9d6dc9780635c69ef5a5311ae (patch)
tree20c2f76f3c5dc92e7c9fa189c3e095104e089af7 /src/main.c
parent07442b35158cd7de03315a17694f3f3026207960 (diff)
Tiny cleanups
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0796bf7..c2a764e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,9 +3,11 @@
#define MEMORY_SIZE 65536
+Instance *p = NULL;
+
int main(void) {
- Instance *p = engine_init("rogue",
+ p = engine_init("rogue",
420, 420,
0,
MEMORY_SIZE);