mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
add more crap
This commit is contained in:
15
types.h
Normal file
15
types.h
Normal file
@ -0,0 +1,15 @@
|
||||
// types, common crap
|
||||
|
||||
#ifndef TYPES_H
|
||||
#define TYPES_H
|
||||
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned long int u64;
|
||||
typedef signed char s8;
|
||||
typedef signed short s16;
|
||||
typedef signed int s32;
|
||||
typedef signed long int s64;
|
||||
|
||||
#endif // TYPES_H
|
Reference in New Issue
Block a user