summaryrefslogtreecommitdiff
path: root/src/resources/obj.c
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-11 23:00:26 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-11 23:00:26 +1000
commitb03bde3d412148cd573f5f14012cdd270f309947 (patch)
tree848af582079a60787cc5a5f8138e7ca6d508f2ee /src/resources/obj.c
parent48a703e52490cb52fd32e54e3e37f7e70462a267 (diff)
starting work on immediate mode drawing
Diffstat (limited to 'src/resources/obj.c')
-rw-r--r--src/resources/obj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resources/obj.c b/src/resources/obj.c
index e5b2fc9..e02cb9a 100644
--- a/src/resources/obj.c
+++ b/src/resources/obj.c
@@ -16,9 +16,8 @@
#include "log.h"
#include "maths.h"
#include "mem.h"
-#include "path.h"
+#include "platform.h"
#include "render.h"
-// #include "render_backend.h"
#include "render_types.h"
#include "str.h"