mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 13:01:16 +00:00
17 lines
329 B
C++
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
|