TWLbf/common.h
2017-08-30 18:48:56 +08:00

11 lines
123 B
C

#pragma once
#include <stdint.h>
typedef uint8_t u8;
typedef uint16_t u16;
typedef uint32_t u32;
typedef uint64_t u64;