Refactored some code from InWorld into methods in CharacterData

This commit is contained in:
Kayne Ruse
2014-05-28 21:07:11 +10:00
parent 519b8a1e36
commit 6428b02d85
6 changed files with 96 additions and 17 deletions
+15
View File
@@ -0,0 +1,15 @@
#include "account_data.hpp"
#include "character_data.hpp"
#include "client_data.hpp"
#include "combat_data.hpp"
#include "enemy_data.hpp"
#include "statistics.hpp"
/* DOCS: Sanity check, read more
* Since most/all of the files in this directory are header files, I've created
* this source file as a "sanity check", to ensure that the above header files
* are written correctly via make.
*
* Oddly enough, I'm pretty sure this is the first directory compiled in a
* clean build.
*/