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

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

#endif