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