summaryrefslogtreecommitdiff
path: root/inc/main.hpp
blob: c6f51e323dac608b6625fb5e85f8d24fae447754 (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 "location.hpp"

#endif