6 lines
122 B
C
6 lines
122 B
C
#pragma once
|
|
|
|
typedef unsigned short uint16_t;
|
|
typedef short int16_t;
|
|
typedef unsigned int uint32_t;
|
|
typedef int int32_t;
|