Interact
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user