mirror of
https://github.com/zeldaret/ss
synced 2026-09-09 19:51:39 -04:00
d_message OK (via dFlow_c)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "m/m_vec.h"
|
||||
|
||||
extern "C" bool fn_80081FE0(void *, const char *);
|
||||
extern "C" bool fn_800918E0(void *, s32, s16);
|
||||
|
||||
class dCamera_c : public dBase_c {
|
||||
public:
|
||||
@@ -20,11 +21,17 @@ public:
|
||||
return mPositionMaybe;
|
||||
}
|
||||
|
||||
bool doFn_800918E0(s32 a1, s16 a2) {
|
||||
return fn_800918E0(field_0xDA0, a1, a2);
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x068 */ u8 _0x068[0x6C - 0x068];
|
||||
/* 0x06C */ mVec3_c mPositionMaybe;
|
||||
/* 0x078 */ u8 _0x078[0xD98 - 0x078];
|
||||
/* 0xD98 */ void *field_0xD98;
|
||||
/* 0xD9C */ u8 _0xD9C[0xDA0 - 0xD9C];
|
||||
/* 0xDA0 */ void *field_0xDA0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user