mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
7 lines
138 B
C
7 lines
138 B
C
#pragma once
|
|
|
|
void task_init();
|
|
void task_exit();
|
|
bool task_is_quit_all();
|
|
Handle task_get_pause_event();
|
|
Handle task_get_suspend_event(); |