summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-04-11 09:52:48 +0000
committer0undefined <oscar@nelin.dk>2025-04-11 09:52:48 +0000
commit9462755ba43010c58a6922f5da3dbfbbadace375 (patch)
treeca74937533d775aee6e1b63e075bce520b847797 /src/main.c
parentccc93530fe9f1578e2bf98071631db3459ba6bb0 (diff)
Update for new glfw src structure
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e74f41e..bef92a9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5,9 +5,9 @@
int main(void) {
- Platform *p = engine_init("rogue",
+ Instance *p = engine_init("rogue",
420, 420,
- 1.f, 0,
+ 0,
MEMORY_SIZE);
//engine_fps_max(p, 10);