Map objects rendered and correctly used.

This commit is contained in:
2014-03-08 18:09:39 -04:30
parent 2aacbd98b9
commit 4f04317f00
5 changed files with 737 additions and 569 deletions

View File

@@ -6,13 +6,7 @@
#ifndef STATE_CONSTS_H
#define STATE_CONSTS_H
#if defined(_WIN32) || defined(_WIN64) || defined(__MINGW32__)
#define F_SEP "\\"
#elif defined(__linux__) || defined(__GNUC__)
#define F_SEP "/"
#else
#error "Unrecognized system."
#endif
enum COLORS {
BAR_COLOR = 1,