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