Decomp ItemManager::GetEquipItem

This commit is contained in:
Aetias
2024-02-17 00:44:31 +01:00
parent 91643888ca
commit de3c2636d7
4 changed files with 13 additions and 11 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef PH_GLOBAL_H
#define PH_GLOBAL_H
#define NULL 0
#define GET_FLAG(arr, pos) (((1 << ((pos) & 0x1f)) & (arr)[pos >> 5]) != 0)
#ifdef NONMATCHING