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