1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-19 03:10:16 -04:00
isle/LEGO1/legoentity.h
2023-06-12 18:05:43 +02:00

10 lines
144 B
C++

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