added #define to disable PYCONSOLE

This commit is contained in:
Lieuwe
2011-03-09 15:41:50 +01:00
parent 51f994f8d5
commit db07c1ee0c
6 changed files with 39 additions and 7 deletions

View File

@@ -67,6 +67,8 @@ extern unsigned char ZSIZE;
#define SQUARE_BRUSH 1
#define BRUSH_NUM 2
#define PYCONSOLE
#ifdef PIX16
typedef unsigned short pixel;
#else