source-engine/game/client/swarm/c_asw_order_arrow.h

18 lines
344 B
C
Raw Normal View History

2023-10-03 17:23:56 +03:00
#ifndef _INCLUDED_C_ASW_ORDER_ARROW_H
#define _INCLUDED_C_ASW_ORDER_ARROW_H
#ifdef _WIN32
#pragma once
#endif
class C_ASW_Order_Arrow : public C_BaseAnimating
{
typedef C_BaseAnimating BaseClass;
public:
static C_ASW_Order_Arrow* CreateOrderArrow();
void RefreshArrow();
float m_fCreatedTime;
};
#endif // _INCLUDED_C_ASW_ORDER_ARROW_H