SuperMarioOdysseyOnline/include/al/execute/ExecuteSystemInitInfo.h

9 lines
138 B
C++

#pragma once
#include "agl/DrawContext.h"
namespace al {
struct ExecuteSystemInitInfo {
agl::DrawContext *mDrawCtx;
};
}