gb6/src/old/gb_types.h
2019-04-16 02:24:05 -05:00

7 lines
100 B
C

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