mirror of
https://github.com/zeldaret/st
synced 2026-06-08 20:20:30 -04:00
e80f625b50
* delink ActorRupee and match few functions * add missing functions, mangle names and match func_ov031_020e9d54 * random stuff (literally) * decomp more of ActorRupee * rng stuff (thanks to aetias) * decomp more of ActorRupee (36%) * sync symbols * format * random: fixed wrong function call in configure.py * decomp more of ActorRupee (51%) * add actor ids and move them to their own header + small docs on actor class * format * improvements and small progress * progress * progress * sync eur with jp * fix build issues * missed a file
12 lines
210 B
C++
12 lines
210 B
C++
#pragma once
|
|
|
|
#include "nitro/math.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09a8 {
|
|
public:
|
|
void func_ov000_02071b30(unk32 param1, Vec3p *pPos, unk32 param3);
|
|
};
|
|
|
|
extern UnkStruct_027e09a8 *data_027e09a8;
|