diff options
Diffstat (limited to 'sigscript/MapWrapper.cpp')
| -rw-r--r-- | sigscript/MapWrapper.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sigscript/MapWrapper.cpp b/sigscript/MapWrapper.cpp index 00200272..b406871e 100644 --- a/sigscript/MapWrapper.cpp +++ b/sigscript/MapWrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,6 +26,11 @@ #include "MapWildListWrapper.h" #include "SigmodWrapper.h" +// Sigmod includes +#include <sigmod/MapEffect.h> +#include <sigmod/MapTrainer.h> +#include <sigmod/MapWildList.h> + Sigscript::MapWrapper* Sigscript::MapWrapper::create(const Sigmod::Map* map, SigmodWrapper* parent) { Signature sig = Signature(parent, Subsignature(map->className(), map->id())); |
