Add OS.get_system_time_msec
This commit is contained in:
@ -50,7 +50,9 @@ uint64_t OS::get_unix_time() const {
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
uint64_t OS::get_system_time_msec() const {
|
||||
return 0;
|
||||
}
|
||||
void OS::debug_break() {
|
||||
|
||||
// something
|
||||
|
||||
Reference in New Issue
Block a user