mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-05 14:00:03 -04:00
Replace "signed int" with "int32_t"
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "Aencode.h"
|
||||
|
||||
typedef uint32_t uint32;
|
||||
typedef signed int sint32;
|
||||
typedef int32_t sint32;
|
||||
typedef unsigned short uint16;
|
||||
typedef signed short sint16;
|
||||
typedef unsigned char uint8;
|
||||
|
||||
Reference in New Issue
Block a user