Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/pc/gfx/gfx_sdl.h
7861 views
1
#ifndef GFX_SDL_H
2
#define GFX_SDL_H
3
4
#include "gfx_window_manager_api.h"
5
6
extern struct GfxWindowManagerAPI gfx_sdl;
7
8
#endif
9
10