mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
35 lines
970 B
C
35 lines
970 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 stubArithmeticScript_custom.h file.
|
||
|
|
|
||
|
|
#include "rulesets/ArithmeticScript.h"
|
||
|
|
#include "stubArithmeticScript_custom.h"
|
||
|
|
|
||
|
|
#ifndef STUB_RULESETS_ARITHMETICSCRIPT_H
|
||
|
|
#define STUB_RULESETS_ARITHMETICSCRIPT_H
|
||
|
|
|
||
|
|
#ifndef STUB_ArithmeticScript_ArithmeticScript_DTOR
|
||
|
|
//#define STUB_ArithmeticScript_ArithmeticScript_DTOR
|
||
|
|
ArithmeticScript::~ArithmeticScript()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
#endif //STUB_ArithmeticScript_ArithmeticScript_DTOR
|
||
|
|
|
||
|
|
#ifndef STUB_ArithmeticScript_attribute
|
||
|
|
//#define STUB_ArithmeticScript_attribute
|
||
|
|
int ArithmeticScript::attribute(const std::string & name, float & val)
|
||
|
|
{
|
||
|
|
return 0;
|
||
|
|
}
|
||
|
|
#endif //STUB_ArithmeticScript_attribute
|
||
|
|
|
||
|
|
#ifndef STUB_ArithmeticScript_set
|
||
|
|
//#define STUB_ArithmeticScript_set
|
||
|
|
void ArithmeticScript::set(const std::string & name, const float & val)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
#endif //STUB_ArithmeticScript_set
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|