diff options
| author | Clément Sibille <clements@lisible.xyz> | 2025-03-15 20:54:47 +0100 |
|---|---|---|
| committer | Clément Sibille <clements@lisible.xyz> | 2025-03-15 20:54:47 +0100 |
| commit | 038c0c44d26a45554e3cc6257bc67d3fecb291cd (patch) | |
| tree | 10a542754e92b1aedfaddabad946d1cce951ad5e /src/platform_sdl.h | |
Initial commit
Diffstat (limited to 'src/platform_sdl.h')
| -rw-r--r-- | src/platform_sdl.h | 10 |
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 |
