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 stubWorldTime_custom.h file.
|
|
|
|
#include "modules/WorldTime.h"
|
|
#include "stubWorldTime_custom.h"
|
|
|
|
#ifndef STUB_MODULES_WORLDTIME_H
|
|
#define STUB_MODULES_WORLDTIME_H
|
|
|
|
#ifndef STUB_WorldTime_initTimeInfo
|
|
//#define STUB_WorldTime_initTimeInfo
|
|
void WorldTime::initTimeInfo()
|
|
{
|
|
|
|
}
|
|
#endif //STUB_WorldTime_initTimeInfo
|
|
|
|
#ifndef STUB_WorldTime_operator_INDEX
|
|
//#define STUB_WorldTime_operator_INDEX
|
|
std::string WorldTime::operator[](const std::string & name)
|
|
{
|
|
return "";
|
|
}
|
|
#endif //STUB_WorldTime_operator_INDEX
|
|
|
|
#ifndef STUB_WorldTime_operator_EQUALS
|
|
//#define STUB_WorldTime_operator_EQUALS
|
|
bool WorldTime::operator==(const WorldTime & other) const
|
|
{
|
|
return false;
|
|
}
|
|
#endif //STUB_WorldTime_operator_EQUALS
|
|
|
|
#ifndef STUB_WorldTime_operator_EQUALS
|
|
//#define STUB_WorldTime_operator_EQUALS
|
|
bool WorldTime::operator==(const std::string & when) const
|
|
{
|
|
return false;
|
|
}
|
|
#endif //STUB_WorldTime_operator_EQUALS
|
|
|
|
|
|
#endif |