gb6/src/types.h

8 lines
97 B
C

#ifndef _TYPES_H
#define _TYPES_H
typedef unsigned char u8;
typedef unsigned short u16;
#endif