Internals

- Modified color processing so that it can be disabled completely at
  compile time.  This is to assist the Windows port.
This commit is contained in:
Paul Beckingham
2012-03-03 09:08:46 -05:00
parent d230ea4001
commit d4f85484df
4 changed files with 43 additions and 0 deletions

View File

@@ -29,6 +29,8 @@
#define INCLUDED_MAIN
#define L10N // Localization complete.
#define FEATURE_COLOR 1 // Enable color.
#include <string>
#include <vector>
#include <map>