#ifndef ISLEACTOR_H #define ISLEACTOR_H #include "legoentity.h" class IsleActor : public LegoEntity { }; #endif // ISLEACTOR_H