cyphesis/tests/stubs/rulesets/stubStatusProperty.h
2018-02-21 14:37:47 +01:00

27 lines
No EOL
677 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 stubStatusProperty_custom.h file.
#include "rulesets/StatusProperty.h"
#include "stubStatusProperty_custom.h"
#ifndef STUB_RULESETS_STATUSPROPERTY_H
#define STUB_RULESETS_STATUSPROPERTY_H
#ifndef STUB_StatusProperty_copy
//#define STUB_StatusProperty_copy
StatusProperty* StatusProperty::copy() const
{
return nullptr;
}
#endif //STUB_StatusProperty_copy
#ifndef STUB_StatusProperty_apply
//#define STUB_StatusProperty_apply
void StatusProperty::apply(LocatedEntity *)
{
}
#endif //STUB_StatusProperty_apply
#endif