90% match

This commit is contained in:
Misha
2023-06-25 17:03:14 +03:00
parent 2208573eb2
commit 3d16867a90
4 changed files with 29 additions and 13 deletions

View File

@@ -7,7 +7,12 @@ class LegoBackgroundColor : public MxBackgroundColor
{
public:
__declspec(dllexport) LegoBackgroundColor(const char *, const char *);
void SetColorString(const char* colorString);
void SetColorString(const char *colorString);
protected:
float b;
float g;
float r;
};
#endif // LEGOBACKGROUNDCOLOR_H