mirror of
https://github.com/zeldaret/st
synced 2026-06-17 23:21:10 -04:00
69ef244371
* merge headers from nitro decomp * cleanup: use inlines from g2.h and gx.h when changing registers * cleanup: remove externs declarations in source files
13 lines
295 B
C++
13 lines
295 B
C++
#pragma once
|
|
|
|
#include "math.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09a8 {
|
|
public:
|
|
void func_ov000_02071b30(unk32 param1, VecFx32 *pPos, unk32 param3);
|
|
void func_ov000_02071d34(void *param1, unk32 param2, VecFx32 *pPos, unk32 param4);
|
|
};
|
|
|
|
extern UnkStruct_027e09a8 *data_027e09a8;
|