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

@@ -7,7 +7,7 @@
#include <string.h>
#include "../util/compat/endian.h"
#include "../util/types.h"
#include "../util/intdef.h"
int nbt_primsize(u8 tag) {
switch (tag) {