summary refs log tree commit diff stats
path: root/src/direction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/direction.h')
-rw-r--r--src/direction.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/direction.h b/src/direction.h index 32d6b41..9a4c801 100644 --- a/src/direction.h +++ b/src/direction.h
@@ -2,10 +2,10 @@
2#define DIRECTION_H_9C49EAFD 2#define DIRECTION_H_9C49EAFD
3 3
4enum class Direction { 4enum class Direction {
5 Left, 5 left,
6 Right, 6 right,
7 Up, 7 up,
8 Down 8 down
9}; 9};
10 10
11#endif /* end of include guard: DIRECTION_H_9C49EAFD */ 11#endif /* end of include guard: DIRECTION_H_9C49EAFD */