Remove STDINT_H macro, use stdint.h directly. Compilers and platforms that do not have this header shall provide them on their own.

This commit is contained in:
Alibek Omarov
2025-10-08 03:48:43 +05:00
parent 1834bd6076
commit a1d3b7d65f
11 changed files with 9 additions and 930 deletions

View File

@@ -17,7 +17,7 @@
#define SPRITE_H
#include "build.h"
#include STDINT_H
#include <stdint.h>
#include "synctype.h"
/*