OdysseyDecomp/lib/al/Library/Execute/IUseExecutor.cpp
2024-06-13 21:10:45 +02:00

8 lines
114 B
C++

#include "Library/Execute/IUseExecutor.h"
namespace al {
void IUseExecutor::draw() const {}
} // namespace al