mirror of
https://github.com/zeldaret/ph
synced 2026-06-25 01:12:16 -04:00
Decomp ItemManager::LoadDungeonItemModels
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e0f78 {
|
||||
/* 00 */ unk8 mUnk_00[0x18];
|
||||
/* 18 */ u16 mUnk_18;
|
||||
/* 1a */ u16 mUnk_1a;
|
||||
/* 1c */ u16 mUnk_1c;
|
||||
/* 1e */ u16 mUnk_1e;
|
||||
/* 20 */
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0f78 *data_027e0f78;
|
||||
Reference in New Issue
Block a user