Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
KoduActionDrop.ccGo to the documentation of this file.00001 #include "Kodu/Keepers/ObjectKeeper.h" 00002 #include "Kodu/Primitives/KoduActionDrop.h" 00003 00004 namespace Kodu { 00005 00006 void KoduActionDrop::reinitialize() { 00007 KoduAction::reinitialize(); 00008 } 00009 00010 void KoduActionDrop::printAttrs() const { 00011 KoduAction::printAttrs(); 00012 std::cout << std::endl; 00013 } 00014 00015 } |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:42 2016 by Doxygen 1.6.3 |