0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 10:13:42 +00:00

9 lines
133 B
C++

#include "GameInternal.h"
namespace vego {
extern GameInternal* game;
}
inline GameInternal& VEGO_Game() {
return *vego::game;
};