summaryrefslogtreecommitdiff
path: root/iup/src/iup_timer.h
blob: 8a61f5fb5b8a391834ff00494287817f3f5de901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/** \file
 * \brief Timer Resource Private Declarations
 *
 * See Copyright Notice in "iup.h"
 */
 
#ifndef __IUP_TIMER_H 
#define __IUP_TIMER_H

#ifdef __cplusplus
extern "C" {
#endif


void iupdrvTimerStop(Ihandle* ih);
void iupdrvTimerRun(Ihandle* ih);
void iupdrvTimerInitClass(Iclass* ic);


#ifdef __cplusplus
}
#endif

#endif