| 237 | |
| 238 | |
| 239 | std::chrono::time_point<std::chrono::steady_clock> NCApps::timeGetTime() { |
| 240 | std::chrono::time_point<std::chrono::steady_clock> now; |
| 241 | now = std::chrono::steady_clock::now(); |
| 242 | return now; |
| 243 | } |
| 244 | |
| 245 | |
| 246 | void NCApps::LineCallback(asIScriptContext* ctx, std::chrono::time_point<std::chrono::steady_clock>* timeOut) { |