WORK IN PROGRESS
TODO: implement random level generation moved exclude from list to position.h distinguished level and map
This commit is contained in:
@ -106,6 +106,5 @@ const int COLOR_BLACK_ON_WHITE = 8;
|
||||
|
||||
typedef std::vector<position> position_list;
|
||||
typedef std::vector<direction> direction_list;
|
||||
typedef std::vector<int> gold_list;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user