9 lines
125 B
C
9 lines
125 B
C
#ifndef GFX_SDL_H
|
|
#define GFX_SDL_H
|
|
|
|
#include "gfx_window_manager_api.h"
|
|
|
|
extern struct GfxWindowManagerAPI gfx_sdl;
|
|
|
|
#endif
|