mirror of
https://github.com/zeldaret/st
synced 2026-05-24 07:10:56 -04:00
0698c28bb0
* clean up math.h and attempt to improve existing vector maths * fix broken matches and match new stuff
13 lines
291 B
C++
13 lines
291 B
C++
#pragma once
|
|
|
|
#include "math.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09a8 {
|
|
public:
|
|
void func_ov000_02071b30(unk32 param1, Vec3p *pPos, unk32 param3);
|
|
void func_ov000_02071d34(void *param1, unk32 param2, Vec3p *pPos, unk32 param4);
|
|
};
|
|
|
|
extern UnkStruct_027e09a8 *data_027e09a8;
|