mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 20:14:41 +00:00
8 lines
146 B
C++
8 lines
146 B
C++
#include "Project/Execute/ExecuteSystemInitInfo.h"
|
|
|
|
namespace al {
|
|
|
|
ExecuteSystemInitInfo::ExecuteSystemInitInfo() = default;
|
|
|
|
} // namespace al
|