source-engine/game/server/swarm/asw_queen_retreat_spot.h

15 lines
336 B
C
Raw Normal View History

2023-10-03 17:23:56 +03:00
#ifndef _INCLUDED_ASW_QUEEN_RETREAT_SPOT_H
#define _INCLUDED_ASW_QUEEN_RETREAT_SPOT_H
#ifdef _WIN32
#pragma once
#endif
#include "baseentity.h"
class CASW_Queen_Retreat_Spot : public CPointEntity
{
public:
DECLARE_CLASS( CASW_Queen_Retreat_Spot, CPointEntity );
DECLARE_DATADESC();
};
#endif /* _INCLUDED_ASW_QUEEN_RETREAT_SPOT_H */