OdysseyDecomp/lib/al/Project/Execute/ExecuteSystemInitInfo.h

17 lines
246 B
C++

#pragma once
namespace agl {
class DrawContext;
}
namespace al {
struct ExecuteSystemInitInfo {
ExecuteSystemInitInfo();
agl::DrawContext* drawCtx = nullptr;
};
static_assert(sizeof(ExecuteSystemInitInfo) == 0x8);
} // namespace al