mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 02:48:26 +00:00
move TimerAction enum to shavit-checkpoints.sp
This commit is contained in:
parent
6d208a8595
commit
9d771dfdba
@ -23,13 +23,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#define _shavit_checkpoints_included
|
#define _shavit_checkpoints_included
|
||||||
|
|
||||||
enum TimerAction
|
|
||||||
{
|
|
||||||
TimerAction_None,
|
|
||||||
TimerAction_OnStart,
|
|
||||||
TimerAction_OnTeleport
|
|
||||||
}
|
|
||||||
|
|
||||||
enum struct cp_cache_t
|
enum struct cp_cache_t
|
||||||
{
|
{
|
||||||
float fPosition[3];
|
float fPosition[3];
|
||||||
|
|||||||
@ -43,6 +43,12 @@
|
|||||||
|
|
||||||
#define CP_DEFAULT (CP_ANGLES|CP_VELOCITY)
|
#define CP_DEFAULT (CP_ANGLES|CP_VELOCITY)
|
||||||
|
|
||||||
|
enum TimerAction
|
||||||
|
{
|
||||||
|
TimerAction_OnStart,
|
||||||
|
TimerAction_OnTeleport
|
||||||
|
}
|
||||||
|
|
||||||
enum struct persistent_data_t
|
enum struct persistent_data_t
|
||||||
{
|
{
|
||||||
int iSteamID;
|
int iSteamID;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user