cave-story-solaris/fakes/stdint.h

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;