12 lines
289 B
C++
12 lines
289 B
C++
|
#include "cbase.h"
|
||
|
#include "asw_queen_retreat_spot.h"
|
||
|
|
||
|
// memdbgon must be the last include file in a .cpp file!!!
|
||
|
#include "tier0/memdbgon.h"
|
||
|
|
||
|
BEGIN_DATADESC( CASW_Queen_Retreat_Spot )
|
||
|
|
||
|
END_DATADESC()
|
||
|
|
||
|
LINK_ENTITY_TO_CLASS( asw_queen_retreat_spot, CASW_Queen_Retreat_Spot );
|