diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-04-24 20:21:59 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-04-24 20:21:59 +0000 |
| commit | 446fcd9248d4cef74e905c485ef767a94a8463ec (patch) | |
| tree | 66fa3e7a0536303395bd5b88abb6e1b2cacc8383 /pokemodr/models/RootModel.cpp | |
| parent | d7b6b0627a7d5e0875a263bf9501506a3d8da450 (diff) | |
| download | sigen-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/RootModel.cpp')
| -rw-r--r-- | pokemodr/models/RootModel.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pokemodr/models/RootModel.cpp b/pokemodr/models/RootModel.cpp index afc96462..52e5021d 100644 --- a/pokemodr/models/RootModel.cpp +++ b/pokemodr/models/RootModel.cpp @@ -15,6 +15,9 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ +// Pokemod includes +#include <Pokemod.h> + // Header include #include "RootModel.h" |
