home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / midas / mtypes.h < prev    next >
C/C++ Source or Header  |  1994-08-06  |  598b  |  24 lines

  1. /*      MTYPES.H
  2.  *
  3.  * MIDAS Sound System common type definitions
  4.  *
  5.  * Copyright 1994 Petteri Kangaslampi and Jarno Paananen
  6.  *
  7.  * This file is part of the MIDAS Sound System, and may only be
  8.  * used, modified and distributed under the terms of the MIDAS
  9.  * Sound System license, LICENSE.TXT. By continuing to use,
  10.  * modify or distribute this file you indicate that you have
  11.  * read the license and understand and accept it fully.
  12. */
  13.  
  14. #ifndef __MTYPES_H
  15. #define __MTYPES_H
  16.  
  17.  
  18. typedef unsigned char uchar;
  19. typedef unsigned short ushort;
  20. typedef unsigned long ulong;
  21.  
  22.  
  23. #endif
  24.