summaryrefslogtreecommitdiff
path: root/inc/main.hpp
blob: d20f7ef755b1e181d2f504da00768595a603d255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef main_h
#define main_h

#include "window.hpp"
#include "entity.hpp"
#include "event.hpp"
#include "creature.hpp"
#include "resource.hpp"
#include "list.hpp"
#include "location.hpp"
#include "timer.hpp"

#endif