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