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

27 lines
No EOL
750 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 stubArithmeticFactory_custom.h file.
#include "rulesets/ArithmeticFactory.h"
#include "stubArithmeticFactory_custom.h"
#ifndef STUB_RULESETS_ARITHMETICFACTORY_H
#define STUB_RULESETS_ARITHMETICFACTORY_H
#ifndef STUB_ArithmeticKit_ArithmeticKit_DTOR
//#define STUB_ArithmeticKit_ArithmeticKit_DTOR
ArithmeticKit::~ArithmeticKit()
{
}
#endif //STUB_ArithmeticKit_ArithmeticKit_DTOR
#ifndef STUB_ArithmeticKit_newScript
//#define STUB_ArithmeticKit_newScript
ArithmeticScript* ArithmeticKit::newScript(LocatedEntity * owner)
{
return nullptr;
}
#endif //STUB_ArithmeticKit_newScript
#endif