6 lines
113 B
C
6 lines
113 B
C
#include "thread.h"
|
|
#include <groundext.h>
|
|
|
|
void ground_init(GroundScope* scope) {
|
|
initThreadStruct(scope);
|
|
} |