home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / sound / mpw32-5s.zip / OBUFFER5.H < prev    next >
C/C++ Source or Header  |  1996-06-23  |  209b  |  11 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. #endif
  11.