15 lines
489 B
C++
15 lines
489 B
C++
#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.
|
|
*/ |