isle/LEGO1/legobackgroundcolor.h

14 lines
353 B
C
Raw Normal View History

#ifndef LEGOBACKGROUNDCOLOR_H
#define LEGOBACKGROUNDCOLOR_H
2023-06-24 13:38:10 -04:00
#include "mxstring.h"
#include "mxcore.h"
#include "mxbackgroundcolor.h"
class LegoBackgroundColor : public MxBackgroundColor
{
public:
__declspec(dllexport) LegoBackgroundColor(const char *, const char *);
2023-06-24 13:38:10 -04:00
void SetColorString(const char* colorString);
};
#endif // LEGOBACKGROUNDCOLOR_H