isle/LEGO1/legoworld.h
2023-06-23 17:13:24 +02:00

14 lines
235 B
C++

#ifndef LEGOWORLD_H
#define LEGOWORLD_H
#include "legoentity.h"
class LegoWorld : public LegoEntity
{
public:
__declspec(dllexport) LegoWorld();
__declspec(dllexport) virtual ~LegoWorld(); // vtable+0x0
};
#endif // LEGOWORLD_H