mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 20:55:17 +00:00
9 lines
No EOL
138 B
C++
9 lines
No EOL
138 B
C++
#pragma once
|
|
|
|
#include "agl/DrawContext.h"
|
|
|
|
namespace al {
|
|
struct ExecuteSystemInitInfo {
|
|
agl::DrawContext *mDrawCtx;
|
|
};
|
|
} |