1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
planetblupi/blupi.h
2017-01-30 21:53:17 +01:00

6 lines
93 B
C

#pragma once
#include <SDL.h>
extern SDL_Window *g_window;
extern SDL_Renderer *g_renderer;