summaryrefslogtreecommitdiff
path: root/src/resources.c
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-11-15 20:33:50 +0000
committeronelin <oscar@nelin.dk>2025-11-15 21:16:41 +0000
commit9b1c7caceff6af24d76146bcc7a4495ff9ef3ede (patch)
tree0cd3bb0ee78eec0556db4ba6208d235f706b2d8f /src/resources.c
parenta4c67096a3afd74ec9ceff9260cff9ad0336b208 (diff)
Simplify render command buffer
Diffstat (limited to 'src/resources.c')
-rw-r--r--src/resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources.c b/src/resources.c
index 49b20e0..52adeae 100644
--- a/src/resources.c
+++ b/src/resources.c
@@ -3,8 +3,8 @@
#include <daw/types.h>
#include <daw/daw.h>
#include <daw/logging.h>
-#include <daw/platform.h>
#include <daw/resources.h>
+#include <daw/rendering.h>
extern Instance* GLOBAL_PLATFORM;