8 lines
105 B
C
8 lines
105 B
C
#ifndef TASK_H
|
|
#define TASK_H
|
|
|
|
#include <groundext.h>
|
|
|
|
void initThreadStruct(GroundScope* scope);
|
|
|
|
#endif |