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