www.pudn.com > HGE_game_damo.rar > GameWorld.h
//// http://dotlive.cnblogs.com/
// GameWorld.h: interface for the GameWorld class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GAMEWORLD_H__C1A5F964_0657_4B35_A1DD_CDDDA71EDFF9__INCLUDED_)
#define AFX_GAMEWORLD_H__C1A5F964_0657_4B35_A1DD_CDDDA71EDFF9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class GameWorld
{
public:
GameWorld();
virtual ~GameWorld();
};
#endif // !defined(AFX_GAMEWORLD_H__C1A5F964_0657_4B35_A1DD_CDDDA71EDFF9__INCLUDED_)