X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fmaptest.c;h=589d6d11d518a0ed343f3b00e4125eba6b04961e;hb=111b6cfe076d6333ada6787e2b81c0d836d0818a;hp=0b045e36cb3b44df4160e8b316ca9e5bb8d9f005;hpb=02ab711bc48c15bf9b671fe996265dd6b8532b69;p=16.git diff --git a/src/maptest.c b/src/maptest.c index 0b045e36..589d6d11 100644 --- a/src/maptest.c +++ b/src/maptest.c @@ -1,7 +1,7 @@ #include "src/lib/mapread.h" #define DUMP -#define DUMP_MAP +//#define DUMP_MAP void main(int argc, char *argv[]) @@ -26,4 +26,5 @@ main(int argc, char *argv[]) fprintf(stdout, "&map.height==%Fp\n", map.height); fprintf(stdout, "&map.data==%Fp\n", map.data); #endif + fprintf(stdout, "okies~\n"); }