| 697 | } |
| 698 | |
| 699 | std::string Sys::getProcessPath() { |
| 700 | static std::string path = sGetProcessPath(); |
| 701 | return path; |
| 702 | } |
| 703 | |
| 704 | double Sys::getSystemTime() { |
| 705 | #if EE_PLATFORM == EE_PLATFORM_WIN |
nothing calls this directly
no test coverage detected