mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
11 lines
192 B
C++
11 lines
192 B
C++
#ifndef LEGOPHONEMEPRESENTER_H
|
|
#define LEGOPHONEMEPRESENTER_H
|
|
|
|
#include "mxflcpresenter.h"
|
|
|
|
class LegoPhonemePresenter : public MxFlcPresenter
|
|
{
|
|
};
|
|
|
|
#endif // LEGOPHONEMEPRESENTER_H
|