prime/include/Kyoto_CWD/CWorldTransManager.hpp
Luke Street 27d94af97b Add headers, clang-format, decompctx.py & more
Former-commit-id: 53f8d3cba7bd2d675cf6b99544af58bd24f98620
2022-04-09 20:17:13 -04:00

13 lines
156 B
C++

#ifndef _CWORLDTRANSMANAGER_HPP
#define _CWORLDTRANSMANAGER_HPP
#include "types.h"
class CWorldTransManager {
public:
private:
u8 pad[0x48];
};
#endif