www.pudn.com > HGE_game_damo.rar > GameWorld.cpp


////  http://dotlive.cnblogs.com/  
// GameWorld.cpp: implementation of the GameWorld class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "GameWorld.h" 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
GameWorld::GameWorld() 
{ 
 
} 
 
GameWorld::~GameWorld() 
{ 
 
}