mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-30 04:24:17 +00:00
10 lines
132 B
C++
10 lines
132 B
C++
#include "Library/Sequence/IUseSceneCreator.h"
|
|
|
|
namespace al {
|
|
|
|
IUseSceneCreator::~IUseSceneCreator() {
|
|
;
|
|
}
|
|
|
|
} // namespace al
|