mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
9 lines
295 B
C++
9 lines
295 B
C++
//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
|
|
#ifndef STUB_TaskFactory_TaskFactory
|
|
#define STUB_TaskFactory_TaskFactory
|
|
TaskFactory::TaskFactory(const std::string & name)
|
|
: TaskKit()
|
|
{
|
|
|
|
}
|
|
#endif //STUB_TaskFactory_TaskFactory
|