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.h | |
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.h')
-rw-r--r-- | sigmodr/tree/RootModel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sigmodr/tree/RootModel.h b/sigmodr/tree/RootModel.h index 2e454d6d..87597042 100644 --- a/sigmodr/tree/RootModel.h +++ b/sigmodr/tree/RootModel.h @@ -20,14 +20,13 @@ // Sigmodr tree includes #include "GroupModel.h" -#include "SigmodModel.h" namespace Sigmodr { namespace Tree { // Forward declarations -class SigmodModel; +class GameModel; class SIGMODRTREE_IMPORT RootModel : public GroupModel { |