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