mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 03:05:16 +00:00
12 lines
150 B
C
12 lines
150 B
C
|
#pragma once
|
||
|
|
||
|
#include "prim/seadRuntimeTypeInfo.h"
|
||
|
|
||
|
namespace sead
|
||
|
{
|
||
|
class TaskParameter
|
||
|
{
|
||
|
SEAD_RTTI_BASE(TaskParameter)
|
||
|
};
|
||
|
} // namespace sead
|