Files
ground/libs/threading/thread.h

8 lines
105 B
C

#ifndef TASK_H
#define TASK_H
#include <groundext.h>
void initThreadStruct(GroundScope* scope);
#endif