mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
10 lines
137 B
C
10 lines
137 B
C
|
#ifndef UTIL_TIME_H
|
||
|
#define UTIL_TIME_H
|
||
|
|
||
|
/**
|
||
|
* Get the current time, in milliseconds.
|
||
|
*/
|
||
|
uint32_t get_current_time_msec(void);
|
||
|
|
||
|
#endif
|