Added OS.get_system_time_msecs()

This commit is contained in:
volzhs
2018-12-20 06:18:52 +09:00
parent 26058376aa
commit 84d060c768
9 changed files with 33 additions and 3 deletions

View File

@ -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