isle-portable/LEGO1/legoentity.h

11 lines
144 B
C
Raw Normal View History

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