mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 06:00:33 -04:00
no loading between levels, many improvements in code
This commit is contained in:
parent
77f1700902
commit
a8a87d514c
55 changed files with 628 additions and 763 deletions
|
@ -33,6 +33,7 @@ int add_task(int stack,TaskerFunctionName fcname,...);
|
|||
|
||||
*/
|
||||
void term_task(int id_num);
|
||||
void term_task_wait(int id_num);
|
||||
///returns true, if task is running
|
||||
char is_running(int id_num);
|
||||
//void suspend_task(int id_num,int msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue