diff options
Diffstat (limited to 'tile-convert.cpp')
-rw-r--r-- | tile-convert.cpp | 5 |
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; |