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
17 lines
371 B
C++
17 lines
371 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include <nds/math.h>
|
|
|
|
struct UnkStruct_027e0e58 {
|
|
/* 00 */ unk8 mUnk_00[0x22];
|
|
/* 22 */ unk16 mUnk_22;
|
|
|
|
void func_ov000_0207c5d4(unk32 param1, bool param2);
|
|
void func_ov000_0207c1b0(unk32 param1, Vec3p *param2, unk32 param3, unk32 param4, unk32 param5);
|
|
};
|
|
|
|
extern UnkStruct_027e0e58 *data_027e0e58;
|