summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/PokemodModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-04-24 20:21:59 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-04-24 20:21:59 +0000
commit446fcd9248d4cef74e905c485ef767a94a8463ec (patch)
tree66fa3e7a0536303395bd5b88abb6e1b2cacc8383 /pokemodr/models/PokemodModel.cpp
parentd7b6b0627a7d5e0875a263bf9501506a3d8da450 (diff)
downloadsigen-446fcd9248d4cef74e905c485ef767a94a8463ec.tar.gz
sigen-446fcd9248d4cef74e905c485ef767a94a8463ec.tar.xz
sigen-446fcd9248d4cef74e905c485ef767a94a8463ec.zip
[ADD] More model classes
[FIX] Minor things within the models git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@106 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/models/PokemodModel.cpp')
-rw-r--r--pokemodr/models/PokemodModel.cpp28
1 files changed, 17 insertions, 11 deletions
diff --git a/pokemodr/models/PokemodModel.cpp b/pokemodr/models/PokemodModel.cpp
index 5c7d2f4b..b37d732e 100644
--- a/pokemodr/models/PokemodModel.cpp
+++ b/pokemodr/models/PokemodModel.cpp
@@ -15,23 +15,29 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+// Pokemod includes
+#include <Pokemod.h>
+
+// PokeModr includes
+#include "PokemodUI.h"
+
// Model includes
#include "AbilityModel.h"
-// #include "BadgeModel.h"
-// #include "CoinListModel.h"
-// #include "DialogModel.h"
-// #include "EggGroupModel.h"
+#include "BadgeModel.h"
+#include "CoinListModel.h"
+#include "DialogModel.h"
+#include "EggGroupModel.h"
// #include "ItemModel.h"
-// #include "ItemTypeModel.h"
+#include "ItemTypeModel.h"
// #include "MapModel.h"
// #include "MoveModel.h"
-// #include "NatureModel.h"
+#include "NatureModel.h"
// #include "SpeciesModel.h"
-// #include "StoreModel.h"
-// #include "TileModel.h"
-// #include "TimeModel.h"
-// #include "TrainerModel.h"
-// #include "TypeModel.h"
+#include "StoreModel.h"
+#include "TileModel.h"
+#include "TimeModel.h"
+#include "TrainerModel.h"
+#include "TypeModel.h"
// Header include
#include "PokemodModel.h"