Intro ready.

This commit is contained in:
2014-03-08 21:19:02 -04:30
parent 1f2560e7e3
commit fa9e0e6760
10 changed files with 350 additions and 141 deletions

View File

@@ -6,6 +6,7 @@
#ifndef STATE_CONSTS_H
#define STATE_CONSTS_H
static const int DEBUG = 1;
#define F_SEP "/"
enum COLORS {
@@ -23,7 +24,9 @@ enum COLORS {
GR_COLOR,
FR_COLOR,
HL_COLOR,
MN_COLOR
MN_COLOR,
VOID_COLOR,
IND_COLOR
};
#endif