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

11 lines
181 B
C++

#pragma once
namespace al {
struct ExecuteOrder {
const char* mListName;
const char* mExecuteGroup;
int mListMaxSize;
const char* mGroupType;
};
} // namespace al