// AUTOGENERATED file, created by the tool generate_stub.py, don't edit! // If you want to add your own functionality, instead edit the stubEntityRef_custom.h file. #include "modules/EntityRef.h" #include "stubEntityRef_custom.h" #ifndef STUB_MODULES_ENTITYREF_H #define STUB_MODULES_ENTITYREF_H #ifndef STUB_EntityRef_onEntityDeleted //#define STUB_EntityRef_onEntityDeleted void EntityRef::onEntityDeleted() { } #endif //STUB_EntityRef_onEntityDeleted #ifndef STUB_EntityRef_setup //#define STUB_EntityRef_setup void EntityRef::setup() { } #endif //STUB_EntityRef_setup #ifndef STUB_EntityRef_EntityRef //#define STUB_EntityRef_EntityRef EntityRef::EntityRef(LocatedEntity*) : sigc::trackable(LocatedEntity) , m_inner(nullptr) { } #endif //STUB_EntityRef_EntityRef #ifndef STUB_EntityRef_EntityRef //#define STUB_EntityRef_EntityRef EntityRef::EntityRef(const EntityRef& ref) : sigc::trackable(ref) , m_inner(nullptr) { } #endif //STUB_EntityRef_EntityRef #endif