#pragma once #include "game_fwd.hpp" /** * All structures for the game itself. */ struct Game { }; /** * Game instance */ extern Game *game;