isle-portable/LEGO1/legobackgroundcolor.h
2023-06-12 18:05:43 +02:00

10 lines
206 B
C++

#ifndef LEGOBACKGROUNDCOLOR_H
#define LEGOBACKGROUNDCOLOR_H
class LegoBackgroundColor
{
public:
__declspec(dllexport) LegoBackgroundColor(const char *, const char *);
};
#endif // LEGOBACKGROUNDCOLOR_H