mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef GSR_TIME_H
|
|
#define GSR_TIME_H
|
|
|
|
double clock_get_monotonic_seconds();
|
|
|
|
#endif /* GSR_TIME_H */
|