diff options
Diffstat (limited to '')
-rw-r--r-- | lib/map.c (renamed from src/map.c) | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ -#include "map.h" #include "lib.h" -#include "tag.h" +#include "nbt.h" +#include "map.h" +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |