RootComponent.cpp

Go to the documentation of this file.
00001 #include "RootComponent.hpp"
00002 #include "comp/Composite.hpp"
00003 #include "comp/schema/CompSchema.hpp"
00004 
00005 namespace se_core {
00006     RootComponent
00007     ::RootComponent(int type)
00008         : NodeComponent(type, &activeRoot()) {
00009     }
00010 
00011 
00012     Composite& RootComponent
00013 	::activeRoot() {
00014         return CompSchema::activeRoot();
00015     }
00016 
00017 
00018     Composite& RootComponent
00019 	::inactiveRoot() {
00020         return CompSchema::inactiveRoot();
00021     }
00022 }

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:10 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo