vgbc/types.h

8 lines
119 B
C
Raw Normal View History

2023-08-26 19:04:02 +02:00
#pragma once
typedef unsigned char u8;
typedef unsigned short u16;
typedef signed char s8;
typedef signed short s16;