mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 12:54:45 +00:00
Add missing files
This commit is contained in:
parent
05c5f7c53d
commit
1d7effd030
2 changed files with 34 additions and 0 deletions
9
api/sixtyfps-cpp/include/sixtyfps_testing.h
Normal file
9
api/sixtyfps-cpp/include/sixtyfps_testing.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "sixtyfps.h"
|
||||
|
||||
namespace sixtyfps::testing {
|
||||
inline void ellapse_time(int64_t time_in_ms) {
|
||||
internal::sixtyfps_test_ellapse_time(time_in_ms);
|
||||
}
|
||||
} // namespace sixtyfps
|
Loading…
Add table
Add a link
Reference in a new issue