summaryrefslogtreecommitdiff
path: root/src/game.hpp
blob: e0ebb9ead5187578dc523a4d86a8d74d6ae731a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "game_fwd.hpp"

/**
 * All structures for the game itself.
 */
struct Game {

};

/**
 * Game instance
 */
extern Game *game;