Portable Half-Life SDK. GoldSource and Xash3D. Crossplatform.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
281 B

//++ BulliT
#if !defined(_AG_LOCATION_)
#define _AG_LOCATION_
#include "agglobal.h"
#if AG_NO_CLIENT_DLL
class AgLocation
{
public:
AgLocation();
virtual ~AgLocation();
AgString m_sLocation;
Vector m_vPosition;
};
#endif
#endif //_AG_LOCATION_
//-- Martin Webrant