mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
7 lines
91 B
C
7 lines
91 B
C
#ifndef OST_TASKER_H
|
|
#define OST_TASKER_H
|
|
|
|
void ost_tasker_init();
|
|
|
|
#endif // OST_TASKER_H
|