Blender  V3.3
PIL_time.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3 
9 #pragma once
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 extern
20  double
22 
23 extern
25  long int
27 
32 void PIL_sleep_ms(int ms);
33 
34 #ifdef __cplusplus
35 }
36 #endif
void PIL_sleep_ms(int ms)
Definition: time.c:84
double PIL_check_seconds_timer(void)
Definition: time.c:64
long int PIL_check_seconds_timer_i(void)
Definition: time.c:74