isle/LEGO1/legoworld.h
2023-06-12 18:05:43 +02:00

11 lines
176 B
C++

#ifndef LEGOWORLD_H
#define LEGOWORLD_H
class LegoWorld
{
public:
__declspec(dllexport) LegoWorld();
__declspec(dllexport) virtual ~LegoWorld();
};
#endif // LEGOWORLD_H