isle-portable/LEGO1/legobackgroundcolor.h
itsmattkc 279d626279 import all functions from lego1 exports
This declares a bunch of classes and functions for us, as well as fixes some declarations that were slightly incorrect (e.g. missing "virtual", etc)
2023-06-11 18:03:54 -07:00

10 lines
206 B
C++
Executable file

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