mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-11 06:24:30 +00:00
22 lines
336 B
C++
22 lines
336 B
C++
//++ BulliT
|
|
|
|
#include "extdll.h"
|
|
#include "util.h"
|
|
#include "agglobal.h"
|
|
#include "agadmin.h"
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
AgAdmin::AgAdmin()
|
|
{
|
|
}
|
|
|
|
AgAdmin::~AgAdmin()
|
|
{
|
|
|
|
}
|
|
|
|
//-- Martin Webrant
|