-
Notifications
You must be signed in to change notification settings - Fork 7
RelativeSpace
ZenXChaos edited this page Apr 25, 2016
·
1 revision
RelativeSpace.h // RelativeSpace.cpp
: Handles display of the map and map objects.
enum FlipDirection
: Left | Right > Determines which way a entity is facing.
enum FlipDirection {
Left, Right
};