1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-12 13:50:47 -04:00
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