Space Fighter
A "shmup" game for Computer Programming C++
Loading...
Searching...
No Matches
TriggerType.cpp
Go to the documentation of this file.
1
2#include "TriggerType.h"
3
8const TriggerType TriggerType::All = TriggerType((unsigned short)(-1));
Represents a type of trigger, which can be used to activate weapons.
Definition TriggerType.h:8
static const TriggerType None
Definition TriggerType.h:16
static const TriggerType All
Definition TriggerType.h:20
static const TriggerType Secondary
Definition TriggerType.h:18
static const TriggerType Primary
Definition TriggerType.h:17
static const TriggerType Special
Definition TriggerType.h:19