Split up files so that the scenario editor will build

- cCreature split into seperate file-pair from cMonster/cTownperson
- fileio.cpp split into general, party, and scenario sections
- classes.h file deleted
This commit is contained in:
2015-01-24 21:29:34 -05:00
parent 7f8f18a5fb
commit 99bb11dd3b
64 changed files with 1423 additions and 1335 deletions

View File

@@ -5,7 +5,8 @@
#include <numeric>
#include <boost/lexical_cast.hpp>
#include "scen.global.h"
#include "classes.h"
#include "scenario.h"
#include "regtown.h"
#include "graphtool.hpp"
#include "scen.graphics.h"
#include "scen.core.h"