mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-29 14:43:05 +00:00
14 lines
264 B
C
14 lines
264 B
C
|
#pragma once
|
||
|
|
||
|
#include "sead/prim/seadSafeString.hpp"
|
||
|
#include "types.h"
|
||
|
|
||
|
class UniqObjInfo {
|
||
|
public:
|
||
|
bool isEqual(char const *, char const *);
|
||
|
void set();
|
||
|
|
||
|
undefined structSize[0x138];
|
||
|
};
|
||
|
|
||
|
static_assert(sizeof(UniqObjInfo) == 0x138);
|