Add OS.get_system_time_msec

This commit is contained in:
Maximillian
2015-08-06 10:29:33 -07:00
parent 9d185ccc30
commit 6f9a084ac8
8 changed files with 26 additions and 2 deletions

View File

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