mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
6 lines
63 B
C
6 lines
63 B
C
|
#pragma once
|
||
|
|
||
|
struct SDL_Window;
|
||
|
|
||
|
extern SDL_Window *g_window;
|