This commit is contained in:
2025-11-03 22:35:40 -06:00
parent be79356f42
commit 6ea4132ff9
7 changed files with 57 additions and 18 deletions

View File

@@ -8,6 +8,9 @@
#pragma once
#include "dusk.h"
typedef uint8_t worldunit_t;
typedef int8_t worldunits_t;
typedef struct worldpos_s {
uint32_t x, y, z;
worldunit_t x, y, z;
} worldpos_t;