mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
9 lines
237 B
C
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
|