diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-25 01:38:27 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-25 01:38:27 -0500 |
commit | b90f2dc771801bcfadef322cea8ddc402283d4eb (patch) | |
tree | 81e102282933abe87e43a0932d593331aac1d4f5 /sigmodr/tree/RootModel.h | |
parent | 560054e99ecd692b89fd8fbedcf69d08e45f41bd (diff) | |
download | sigen-b90f2dc771801bcfadef322cea8ddc402283d4eb.tar.gz sigen-b90f2dc771801bcfadef322cea8ddc402283d4eb.tar.xz sigen-b90f2dc771801bcfadef322cea8ddc402283d4eb.zip |
Fixed namespacing in sigmodr tree
Diffstat (limited to 'sigmodr/tree/RootModel.h')
-rw-r--r-- | sigmodr/tree/RootModel.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sigmodr/tree/RootModel.h b/sigmodr/tree/RootModel.h index 87597042..94e91aea 100644 --- a/sigmodr/tree/RootModel.h +++ b/sigmodr/tree/RootModel.h @@ -21,11 +21,16 @@ // Sigmodr tree includes #include "GroupModel.h" +// Forward declarations +namespace Sigmod +{ +class Game; +} + namespace Sigmodr { namespace Tree { -// Forward declarations class GameModel; class SIGMODRTREE_IMPORT RootModel : public GroupModel |