vgbc/types.h
2023-08-26 19:04:02 +02:00

7 lines
119 B
C

#pragma once
typedef unsigned char u8;
typedef unsigned short u16;
typedef signed char s8;
typedef signed short s16;