mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
20 lines
No EOL
630 B
C++
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 |