some stuffs work

This commit is contained in:
NishiOwO
2025-12-15 11:05:20 +09:00
parent 4951e8995e
commit 7a81af9922
11 changed files with 96 additions and 55 deletions

View File

@@ -58,8 +58,8 @@ typedef unsigned long MwU64;
#ifdef MW_OTHER_TYPES_DEFINED
#undef MW_OTHER_TYPES_DEFINED
#else
typedef int MwI32;
typedef unsigned int MwU32;
typedef int MwI32;
typedef unsigned int MwU32;
typedef short MwI16;
typedef unsigned short MwU16;