| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
VisualRoutinesBehavior.ccGo to the documentation of this file.00001 #include "VisualRoutinesBehavior.h" 00002 00003 namespace DualCoding { 00004 00005 //---------------------------------------------------------------- 00006 00007 void VisualRoutinesBehavior::DoStart() { 00008 BehaviorBase::DoStart(); 00009 startCrew(); 00010 } 00011 00012 void VisualRoutinesBehavior::DoStop() { 00013 stopCrew(); 00014 BehaviorBase::DoStop(); 00015 } 00016 00017 } // namespace |
|
DualCoding 3.0beta |
Generated Wed Oct 4 00:01:54 2006 by Doxygen 1.4.7 |