home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser-CD 2000 January
/
LCD_01_2000.iso
/
games
/
doom
/
pmdoom
/
include
/
control
/
time.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-12-17
|
183 b
|
15 lines
/*
* Atari time definitions
*
* Patrice Mandin
*/
#ifndef _I_TIME_H_
#define _I_TIME_H_
extern unsigned long atari_curtime;
void I_Asm_UpdateTime(void);
#endif