Skip to content

RelativeSpace

ZenXChaos edited this page Apr 25, 2016 · 1 revision

RelativeSpace

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
};
Clone this wiki locally