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