Began work on the server's generic entity system

This commit is contained in:
Kayne Ruse
2014-04-13 03:02:26 +10:00
parent 854dc0eb45
commit 0c6537fb36
7 changed files with 189 additions and 2 deletions
+4
View File
@@ -22,6 +22,10 @@
#ifndef SERVERAPPLICATION_HPP_
#define SERVERAPPLICATION_HPP_
//server specific stuff
#include "entity.hpp"
#include "player_entity.hpp"
//maps
#include "map_generator.hpp"
#include "map_file_format.hpp"