mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-23 09:04:21 +00:00
8 lines
153 B
C++
8 lines
153 B
C++
#include "Library/Execute/ExecutorListBase.h"
|
|
|
|
namespace al {
|
|
|
|
ExecutorListBase::ExecutorListBase(const char* name) : mName(name) {}
|
|
|
|
} // namespace al
|