You've already forked FBI-NH
mirror of
https://github.com/nh-server/FBI-NH.git
synced 2026-04-30 11:25:22 -07: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" |