diff options
author | Freya Murphy <freya@freyacat.org> | 2023-12-17 11:10:04 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-12-17 11:10:04 -0500 |
commit | e0eacfa9773c83850ed5169d1e889ff845180581 (patch) | |
tree | 9f8bb433404ce7e4dda1b86ca4dd5d5a2fba10e9 /src/map.c | |
parent | snbt (diff) | |
download | nbtvis-main.tar.gz nbtvis-main.tar.bz2 nbtvis-main.zip |
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> |