Files
ppsspp/ext/libkirk/kirk_common.h
2025-06-05 22:46:24 +02:00

7 lines
99 B
C

#pragma once
typedef unsigned char u8;
typedef unsigned short int u16;
typedef unsigned int u32;