reactos/dll/3rdparty/dxtn/types.h
2011-05-24 18:40:34 +00:00

12 lines
358 B
C

#ifndef TYPES_H_included
#define TYPES_H_included
/*****************************************************************************\
* 32bit types
\*****************************************************************************/
typedef unsigned char byte; /* 8-bit */
typedef unsigned short word; /* 16-bit */
typedef unsigned int dword; /* 32-bit */
#endif