diff options
| author | tslil <tslil@posteo.de> | 2020-12-30 17:29:15 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | a6308720e8c522c5fe60f74e4acde6d6a03e2dde (patch) | |
| tree | 412d97962fffe58ca0f159aad1b1da80ef98225c /include/enums.h | |
| parent | 7ddade2074b9ec88c1a42cc6a00905d229485ebb (diff) | |
Transition to single file header
Diffstat (limited to 'include/enums.h')
| -rw-r--r-- | include/enums.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/enums.h b/include/enums.h deleted file mode 100644 index 752c678..0000000 --- a/include/enums.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef ENUMS_H_INCLUDE -#define ENUMS_H_INCLUDE -enum COLOUR { C_WHITE, C_BLACK }; -enum STONE_VARIANT { STONE_FLAT, STONE_STANDING, STONE_CAPSTONE }; -enum MOVE_DIRECTION { M_UP, M_DOWN, M_LEFT, M_RIGHT }; -enum E_RESULT { A_OK, A_ILLEGAL, A_OVERFLOW, - PTN_VALID, PTN_INVALID, - W_NONE, W_DRAW, W_DRAGON, - W_ROAD_WHITE, W_ROAD_BLACK, - W_FLAT_WHITE, W_FLAT_BLACK }; -#endif |
