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:
C/C++ Source or Header  |  1997-01-30  |  232 b   |  13 lines

  1. #ifndef _OBUFFERW_H
  2. #define _OBUFFERW_H
  3.  
  4. #include "all.h"
  5.  
  6. static const uint32 TWO_TIMES = 5;
  7. static const uint32 BUFFERSIZE = OBUFFERSIZE << TWO_TIMES;
  8. static const int16 BIT_SELECT = 0x1f;
  9.  
  10. #define SLEEPTIME 2
  11.  
  12. #endif
  13.