isle/LEGO1/mxtransitionmanager.cpp
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

7 lines
129 B
C++

#include "mxtransitionmanager.h"
// OFFSET: LEGO1 0x1004bac0
int MxTransitionManager::DispatchTransition()
{
return 0;
}