mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
10 lines
183 B
C
10 lines
183 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();
|
|
|
|
#include "capturecam.h"
|
|
#include "dataop.h" |