mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
43 lines
No EOL
1.1 KiB
C++
43 lines
No EOL
1.1 KiB
C++
// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
|
|
// If you want to add your own functionality, instead edit the stubArithmeticBuilder_custom.h file.
|
|
|
|
#include "server/ArithmeticBuilder.h"
|
|
#include "stubArithmeticBuilder_custom.h"
|
|
|
|
#ifndef STUB_SERVER_ARITHMETICBUILDER_H
|
|
#define STUB_SERVER_ARITHMETICBUILDER_H
|
|
|
|
#ifndef STUB_ArithmeticBuilder_ArithmeticBuilder
|
|
//#define STUB_ArithmeticBuilder_ArithmeticBuilder
|
|
ArithmeticBuilder::ArithmeticBuilder()
|
|
{
|
|
|
|
}
|
|
#endif //STUB_ArithmeticBuilder_ArithmeticBuilder
|
|
|
|
#ifndef STUB_ArithmeticBuilder_instance
|
|
//#define STUB_ArithmeticBuilder_instance
|
|
ArithmeticBuilder* ArithmeticBuilder::instance()
|
|
{
|
|
return nullptr;
|
|
}
|
|
#endif //STUB_ArithmeticBuilder_instance
|
|
|
|
#ifndef STUB_ArithmeticBuilder_del
|
|
//#define STUB_ArithmeticBuilder_del
|
|
void ArithmeticBuilder::del()
|
|
{
|
|
|
|
}
|
|
#endif //STUB_ArithmeticBuilder_del
|
|
|
|
#ifndef STUB_ArithmeticBuilder_newArithmetic
|
|
//#define STUB_ArithmeticBuilder_newArithmetic
|
|
ArithmeticScript* ArithmeticBuilder::newArithmetic(const std::string &, LocatedEntity *)
|
|
{
|
|
return nullptr;
|
|
}
|
|
#endif //STUB_ArithmeticBuilder_newArithmetic
|
|
|
|
|
|
#endif |