summary refs log tree commit diff stats
path: root/src/direction.h
blob: 9a4c801661562564b328d2f8091971f8afbc4c92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DIRECTION_H_9C49EAFD
#define DIRECTION_H_9C49EAFD

enum class Direction {
  left,
  right,
  up,
  down
};

#endif /* end of include guard: DIRECTION_H_9C49EAFD */