isle/LEGO1/legobackgroundcolor.h

11 lines
206 B
C
Raw Normal View History

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