home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Doom 1 & 2
/
Doom_1&2.iso
/
progs
/
reject11
/
source
/
constant.hpp
< prev
next >
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
|
1994-03-29
|
174 b
|
14 lines
#ifndef __INC_CONSTANT_HPP__
#define __INC_CONSTANT_HPP__
enum BOOLEAN
{
bTRUE = 1,
bFALSE = 0
};
const ASCII_LF = 10;
const ASCII_CR = 13;
#endif