duncan
Mom and Dad were wrong!
|
00001 #ifndef CLIENT_COL_H_ 00002 #define CLIENT_COL_H_ 00003 #include <ncurses.h> 00004 00005 namespace client { 00006 00013 namespace col { 00014 const int kWall = '#'; 00015 const int kGrass = '.'; 00016 const int kCharacter = 3; 00017 void init(); 00018 } 00019 } 00020 00021 #endif