1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-21 12:20:08 -04:00
isle/LEGO1/legoworld.h

12 lines
176 B
C
Raw Normal View History

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