Added OS.get_system_time_msecs()
This commit is contained in:
@ -61,6 +61,9 @@ uint64_t OS::get_unix_time() const {
|
||||
uint64_t OS::get_system_time_secs() const {
|
||||
return 0;
|
||||
}
|
||||
uint64_t OS::get_system_time_msecs() const {
|
||||
return 0;
|
||||
}
|
||||
void OS::debug_break(){
|
||||
|
||||
// something
|
||||
|
||||
Reference in New Issue
Block a user