diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-25 01:24:42 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-25 01:24:42 -0500 |
commit | 560054e99ecd692b89fd8fbedcf69d08e45f41bd (patch) | |
tree | 7c5130e86e99a7dfc03ffc639b7f1751fd2dfff0 /sigmodr/tree/RootModel.cpp | |
parent | 8dddfc1ef55773cdf878e413d82142781a6e444b (diff) | |
download | sigen-560054e99ecd692b89fd8fbedcf69d08e45f41bd.tar.gz sigen-560054e99ecd692b89fd8fbedcf69d08e45f41bd.tar.xz sigen-560054e99ecd692b89fd8fbedcf69d08e45f41bd.zip |
Moved SigmodModel files to GameModel
Diffstat (limited to 'sigmodr/tree/RootModel.cpp')
-rw-r--r-- | sigmodr/tree/RootModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/tree/RootModel.cpp b/sigmodr/tree/RootModel.cpp index c5549267..76202045 100644 --- a/sigmodr/tree/RootModel.cpp +++ b/sigmodr/tree/RootModel.cpp @@ -19,7 +19,7 @@ #include "RootModel.h" // Sigmodr tree includes -#include "SigmodModel.h" +#include "GameModel.h" // Sigmod includes #include <sigmod/Game.h> |