remove types.h, and start using intdef.h

This commit is contained in:
2025-08-08 12:37:31 +02:00
parent bdf4d7b22b
commit 5c57a77ad4
7 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
#include "../util/atrb.h"
#include "../util/compat/endian.h"
#include "../util/types.h"
#include "../util/intdef.h"
/* NBT (named binary tag) is a tree data structure. Tags have a numeric type ID, name and a payload.
* NBT files are a compressed `compound` tag. GZip is the compression used in most cases,