aboutsummaryrefslogtreecommitdiffstats
path: root/examples/shooter/direction.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-19 15:15:20 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-19 15:15:20 +0100
commita8de6cb5593e3d6347393eb4c144c9cc22a470d8 (patch)
treec92063014bb76356acd09a2231e81aa084c49266 /examples/shooter/direction.h
parent6985227db75f6adfeba880926e6629bf17b00ee8 (diff)
downloadYAGE-a8de6cb5593e3d6347393eb4c144c9cc22a470d8.tar.gz
YAGE-a8de6cb5593e3d6347393eb4c144c9cc22a470d8.zip
Moving resources and generalising examples
Diffstat (limited to 'examples/shooter/direction.h')
-rw-r--r--examples/shooter/direction.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/shooter/direction.h b/examples/shooter/direction.h
deleted file mode 100644
index 010c6b54..00000000
--- a/examples/shooter/direction.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef EXAMPLES_SHOOTER_DIRECTION_H
-#define EXAMPLES_SHOOTER_DIRECTION_H
-
-enum class Direction {
- LEFT,
- DOWN,
- RIGHT,
- UP,
-};
-
-#endif