OdysseyDecomp/lib/al/include/Library/Execute/ExecuteSystemInitInfo.h
2023-08-13 19:00:58 +02:00

13 lines
191 B
C++

#pragma once
// TODO: add DrawContext Header to agl
namespace agl {
class DrawContext;
}
namespace al {
struct ExecuteSystemInitInfo {
agl::DrawContext* mDrawCtx;
};
} // namespace al