z test patch
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <tamtypes.h>
|
||||
#include <time.h>
|
||||
|
||||
namespace Tyra {
|
||||
|
||||
@@ -20,8 +21,12 @@ class Threading {
|
||||
~Threading();
|
||||
|
||||
static void sleep(const u32& ms);
|
||||
static void sleep(const timespec& tv);
|
||||
|
||||
static void switchThread();
|
||||
|
||||
private:
|
||||
static timespec tv;
|
||||
};
|
||||
|
||||
} // namespace Tyra
|
||||
|
||||
Reference in New Issue
Block a user