summaryrefslogtreecommitdiffstats
path: root/src/platform_sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform_sdl.h')
-rw-r--r--src/platform_sdl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/platform_sdl.h b/src/platform_sdl.h
new file mode 100644
index 0000000..88d802e
--- /dev/null
+++ b/src/platform_sdl.h
@@ -0,0 +1,10 @@
+#ifndef VGLTF_PLATFORM_SDL_H
+#define VGLTF_PLATFORM_SDL_H
+
+#include <SDL3/SDL.h>
+
+struct vgltf_platform {
+ SDL_Window *window;
+};
+
+#endif // VGLTF_PLATFORM_SDL_H
Go back to lisible.xyz