#include #include #include "map.h" #ifdef COLOR2BIT #include #endif int main(void) { dclear(C_WHITE); #ifdef COLOR2BIT dgray( DGRAY_ON ); #endif RenderMap(); dupdate(); getkey(); #ifdef COLOR2BIT dgray( DGRAY_OFF ); #endif return 1; }