mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
13 lines
231 B
C++
13 lines
231 B
C++
#ifndef LEGOFLCTEXTUREPRESENTER_H
|
|
#define LEGOFLCTEXTUREPRESENTER_H
|
|
|
|
#include "mxflcpresenter.h"
|
|
|
|
class LegoFlcTexturePresenter : public MxFlcPresenter
|
|
{
|
|
public:
|
|
LegoFlcTexturePresenter();
|
|
};
|
|
|
|
#endif // LEGOFLCTEXTUREPRESENTER_H
|