mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
11 lines
181 B
C++
11 lines
181 B
C++
#pragma once
|
|
|
|
namespace al {
|
|
struct ExecuteOrder {
|
|
const char* mListName;
|
|
const char* mExecuteGroup;
|
|
int mListMaxSize;
|
|
const char* mGroupType;
|
|
};
|
|
} // namespace al
|