Blender
V3.3
source
blender
blenlib
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
21
PIL_check_seconds_timer
(
void
);
22
23
extern
25
long
int
26
PIL_check_seconds_timer_i
(
void
);
27
32
void
PIL_sleep_ms
(
int
ms);
33
34
#ifdef __cplusplus
35
}
36
#endif
PIL_sleep_ms
void PIL_sleep_ms(int ms)
Definition:
time.c:84
PIL_check_seconds_timer
double PIL_check_seconds_timer(void)
Definition:
time.c:64
PIL_check_seconds_timer_i
long int PIL_check_seconds_timer_i(void)
Definition:
time.c:74
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1