D:/Development/Projects/X-Clone/X-Clone/trunk/GameState.cpp

Go to the documentation of this file.
00001 #include "GameState.h"
00002 
00003 GameState::GameState(Application* app) :
00004    _app(app)
00005 {
00006    // empty
00007 }
00008 
00009 GameState::~GameState()
00010 {
00011    // empty
00012 }
00013 

Generated on Fri Sep 22 06:00:26 2006 for X-CLONE by  doxygen 1.4.7