mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 12:45:17 +00:00
12 lines
No EOL
201 B
C++
12 lines
No EOL
201 B
C++
#pragma once
|
|
|
|
#include "ExecuteOrder.h"
|
|
|
|
namespace al {
|
|
struct ExecuteTable
|
|
{
|
|
const char *mName;
|
|
const al::ExecuteOrder* mExecuteOrders;
|
|
int mExecuteOrderCount;
|
|
};
|
|
} |