home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Shareware 1997 June
/
PC_Shareware-1997-06.iso
/
manga
/
mp2win95
/
_setup.1
/
OBUFFER5.H
< 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
|
1997-01-30
|
232 b
|
13 lines
#ifndef _OBUFFERW_H
#define _OBUFFERW_H
#include "all.h"
static const uint32 TWO_TIMES = 5;
static const uint32 BUFFERSIZE = OBUFFERSIZE << TWO_TIMES;
static const int16 BIT_SELECT = 0x1f;
#define SLEEPTIME 2
#endif