summaryrefslogtreecommitdiff
path: root/game/src/data.c
blob: 67bec4e3219fbf8a2721953140049c69e48af0bf (plain)
1
2
3
4
5
6
7
8
9
/**
 * Module storing the generated data.
 */

#define LOCAL
#include "tiles.h"
#include "player.h"
#include "enemy.h"
#include "map.h"