mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
11 lines
206 B
C++
11 lines
206 B
C++
#ifndef LEGOBACKGROUNDCOLOR_H
|
|
#define LEGOBACKGROUNDCOLOR_H
|
|
|
|
class LegoBackgroundColor
|
|
{
|
|
public:
|
|
__declspec(dllexport) LegoBackgroundColor(const char *, const char *);
|
|
};
|
|
|
|
#endif // LEGOBACKGROUNDCOLOR_H
|