cyphesis/tests/stubs/rulesets/stubTask_custom.h
2017-07-25 23:40:40 +02:00

9 lines
237 B
C

//Add custom implementations of stubbed functions here; this file won't be rewritten when re-generating stubs.
#ifndef STUB_Task_Task
#define STUB_Task_Task
Task::Task(LocatedEntity & owner)
: m_owner(owner)
{
}
#endif //STUB_Task_Task