quakeforge/libs/video/renderer/vulkan/vkgen/stdint.h

12 lines
226 B
C
Raw Normal View History

typedef int uint8_t;
typedef int uint16_t;
typedef int uint32_t;
typedef int uint64_t;
typedef int int8_t;
typedef int int16_t;
typedef int int32_t;
typedef int int64_t;
typedef int size_t;
typedef int long;
typedef int char;