mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
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 );
|