Add fake stdint.h to satisfy stb_image
This commit is contained in:
parent
02d59bb062
commit
deb85bde67
1 changed files with 6 additions and 0 deletions
6
fakes/stdint.h
Normal file
6
fakes/stdint.h
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
typedef unsigned short uint16_t;
|
||||||
|
typedef short int16_t;
|
||||||
|
typedef unsigned int uint32_t;
|
||||||
|
typedef int int32_t;
|
Loading…
Add table
Reference in a new issue