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
4
const
TriggerType
TriggerType::None
=
TriggerType
(0);
5
const
TriggerType
TriggerType::Primary
=
TriggerType
(1 << 0);
6
const
TriggerType
TriggerType::Secondary
=
TriggerType
(1 << 1);
7
const
TriggerType
TriggerType::Special
=
TriggerType
(1 << 2);
8
const
TriggerType
TriggerType::All
=
TriggerType
((
unsigned
short
)(-1));
TriggerType.h
TriggerType
Represents a type of trigger, which can be used to activate weapons.
Definition
TriggerType.h:8
TriggerType::None
static const TriggerType None
Definition
TriggerType.h:16
TriggerType::All
static const TriggerType All
Definition
TriggerType.h:20
TriggerType::Secondary
static const TriggerType Secondary
Definition
TriggerType.h:18
TriggerType::Primary
static const TriggerType Primary
Definition
TriggerType.h:17
TriggerType::Special
static const TriggerType Special
Definition
TriggerType.h:19
doxy_src
SpaceFighter
TriggerType.cpp
Generated by
1.11.0