Files
Henrique Gemignani Passos Lima 7539fb92cb cammelCase for intermediate structs
2023-08-11 22:35:54 +03:00

17 lines
442 B
C++

#ifndef _SLDRGUIPLAYERJOINMANAGER
#define _SLDRGUIPLAYERJOINMANAGER
#include "Kyoto/Streams/CInputStream.hpp"
#include "MetroidPrime/ScriptLoader/SLdrEditorProperties.hpp"
struct SLdrGuiPlayerJoinManager {
SLdrGuiPlayerJoinManager();
~SLdrGuiPlayerJoinManager();
SLdrEditorProperties editorProperties;
};
void LoadTypedefSLdrGuiPlayerJoinManager(SLdrGuiPlayerJoinManager&, CInputStream&);
#endif // _SLDRGUIPLAYERJOINMANAGER