isle/LEGO1/legophonemepresenter.h
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

17 lines
329 B
C++

#ifndef LEGOPHONEMEPRESENTER_H
#define LEGOPHONEMEPRESENTER_H
#include "mxflcpresenter.h"
class LegoPhonemePresenter : public MxFlcPresenter
{
public:
virtual ~LegoPhonemePresenter();
virtual const char* GetClassName() const;
virtual void FUN_1004e840(int param_1);
};
#endif // LEGOPHONEMEPRESENTER_H