mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00

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)
11 lines
206 B
C++
Executable File
11 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
|