00001 #ifndef _IrrConsole_Test_NodeViewer_h_ 00002 #define _IrrConsole_Test_NodeViewer_h_ 00003 #include "IrrConsole/console.h" 00004 #include "Muele.h" 00005 00006 00007 00009 class gamestates : public IC_Command 00010 { 00011 public: 00012 gamestates(); 00013 virtual ~gamestates(); 00014 bool invoke(const array<WideString>& args, IC_Console &pOutput); 00015 00016 CMuele *pMuele; 00017 00018 }; 00019 #endif 00020