mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 04:45:13 +00:00
10 lines
199 B
C++
10 lines
199 B
C++
#pragma once
|
|
|
|
#include "sixtyfps.h"
|
|
|
|
namespace sixtyfps::testing {
|
|
inline void mock_elapsed_time(int64_t time_in_ms)
|
|
{
|
|
internal::sixtyfps_mock_elapsed_time(time_in_ms);
|
|
}
|
|
} // namespace sixtyfps
|