cyphesis/tests/stubs/rulesets/stubEntityPropertyFactory.h
2017-07-25 23:40:40 +02:00

20 lines
No EOL
630 B
C++

// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
// If you want to add your own functionality, instead edit the stubEntityPropertyFactory_custom.h file.
#include "rulesets/EntityPropertyFactory.h"
#include "stubEntityPropertyFactory_custom.h"
#ifndef STUB_RULESETS_ENTITYPROPERTYFACTORY_H
#define STUB_RULESETS_ENTITYPROPERTYFACTORY_H
#ifndef STUB_EntityPropertyFactory_newProperty
//#define STUB_EntityPropertyFactory_newProperty
template <typename T>
PropertyBase* EntityPropertyFactory<T>::newProperty(Entity *)
{
return nullptr;
}
#endif //STUB_EntityPropertyFactory_newProperty
#endif