mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-22 12:24:13 +00:00
12 lines
278 B
C++
12 lines
278 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 );
|