#ifndef VGLTF_PLATFORM_SDL_H #define VGLTF_PLATFORM_SDL_H #include struct vgltf_platform { SDL_Window *window; }; #endif // VGLTF_PLATFORM_SDL_H