summaryrefslogtreecommitdiff
path: root/tile-convert.cpp
diff options
context:
space:
mode:
authorpixel <pixel>2003-06-20 14:08:16 +0000
committerpixel <pixel>2003-06-20 14:08:16 +0000
commit30f218eb43414407ff8fad136ac1b14d419c29b5 (patch)
tree1e4c1dd71272f861daf90baced75fa604cdbf168 /tile-convert.cpp
parent7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 (diff)
Compiling again
Diffstat (limited to 'tile-convert.cpp')
-rw-r--r--tile-convert.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tile-convert.cpp b/tile-convert.cpp
index 86d6612..eb9dd71 100644
--- a/tile-convert.cpp
+++ b/tile-convert.cpp
@@ -1,10 +1,13 @@
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#include <unistd.h>
#include <SDL/SDL.h>
#include "generic.h"
-#include "Main.h"
#include "Image.h"
#include "Input.h"
#include "Output.h"
+#include "Main.h"
int IMG_SX = 128, IMG_SY = 128, BLOC_SX = 128, BLOC_SY = 128;