summaryrefslogtreecommitdiff
path: root/inc/main.hpp
blob: 82a78c830ae15ec5453793a2f335cec553797755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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 "timer.hpp"

#endif