Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

GameLogic.h

Go to the documentation of this file.
00001 
00007 #ifndef GAMELOGIC_H_KWE9123
00008 #define GAMELOGIC_H_KWE9123
00009 
00018 class GameLogic {
00019 public:
00020     GameLogic() {}
00021 
00022     virtual ~GameLogic() {}
00023 
00031     virtual bool update( float dt ) = 0;
00032 private:
00033 };
00034 
00035 #endif

Generated on Tue Mar 4 02:29:25 2003 for SuperIsoBomb by doxygen1.2.18