2018-02-06 17:52:34 -08:00

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"