mirror of
https://github.com/zeldaret/ph
synced 2026-08-12 19:53:00 -04:00
38e9378f8f
* Make types compatible with dsd-ghidra typesync * Update actors.md * Update docs * Delink ActorShopItem.cpp
13 lines
263 B
C++
13 lines
263 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include <nds/math.h>
|
|
|
|
struct UnkStruct_ov000_020e9c88 {
|
|
void func_ov000_0207b89c(s32 param2, Vec3p *param3, void (*param4)(void *), void *param5);
|
|
};
|
|
|
|
extern UnkStruct_ov000_020e9c88 data_ov000_020e9c88;
|