Move types.h to misc
This commit is contained in:
parent
eb0e591b25
commit
7425663f16
3 changed files with 2 additions and 2 deletions
misc
9
misc/types.h
Normal file
9
misc/types.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
|
||||
typedef signed char s8;
|
||||
typedef signed short s16;
|
||||
typedef signed int s32;
|
Loading…
Add table
Add a link
Reference in a new issue