46bb1d31 ^
1 2 3 4 5 6 7 8 9
#ifndef SLEEP_H #define SLEEP_H #include "common.h" #include "process.h" void sleepMilliseconds(Thread* thread, uint32 ms); #endif // SLEEP_H