mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
38e9378f8f
* Make types compatible with dsd-ghidra typesync * Update actors.md * Update docs * Delink ActorShopItem.cpp
16 lines
243 B
C++
16 lines
243 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "Item/Item.hpp"
|
|
|
|
struct UnkStruct_027e105c {
|
|
/* 0 */ const char **unk_0;
|
|
/* 4 */
|
|
|
|
unk32 LoadTreasureItemFanfare(Treasure);
|
|
};
|
|
|
|
extern UnkStruct_027e105c data_027e105c;
|