mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
8 lines
115 B
C
8 lines
115 B
C
#pragma once
|
|
|
|
#include <SDL.h>
|
|
#include <libintl.h>
|
|
|
|
extern SDL_Window *g_window;
|
|
extern SDL_Renderer *g_renderer;
|