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.

28 lines
393 B

//++ BulliT
#include "extdll.h"
#include "util.h"
#include "aglocation.h"
3 years ago
#if AG_NO_CLIENT_DLL
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
AgLocation::AgLocation()
{
m_vPosition = Vector(0,0,0);
}
AgLocation::~AgLocation()
{
}
#endif
//-- Martin Webrant