ReC98/th01/math/dir.hpp

6 lines
70 B
C++

// Direction types
enum x_direction_t {
X_RIGHT = 0,
X_LEFT = 1,
};