Replace "signed char" with "int8_t"

This commit is contained in:
GravisZro
2024-05-23 22:59:50 -04:00
parent 1618040db5
commit a00639be24
15 changed files with 32 additions and 32 deletions

View File

@@ -28,7 +28,7 @@ typedef int32_t sint32;
typedef unsigned short uint16;
typedef signed short sint16;
typedef uint8_t uint8;
typedef signed char sint8;
typedef int8_t sint8;
struct BitsEncoder {
FILE *m_outFile; // var50 | offset 0x10