Rev 1085 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1085 | pj | 1 | //***************************proc.h****************************** |
2 | // task management functions |
||
3 | #ifndef CST |
||
4 | #include "constant.h" |
||
5 | #endif |
||
6 | |||
7 | |||
8 | int add(); |
||
9 | void del(int); |
||
10 | void init_struct(); |
||
11 | int del_o(); |
||
12 | void gauge_create(char *,int); |
||
13 | void arrow_create(char *,int); |
||
14 | void killer_create(); |
||
15 | void ref_create(); |
||
16 | void cam_create(char *,int); |
||
17 | void stl_create(char *,int); |
||
18 | void h_create(char *,int); |
||
19 | void s_create(char *,int); |
||
20 | void killing(int); |
||
21 | |||
22 | |||
23 |