mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
Add missing uint typedef
svn-id: r47301
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
*/
|
||||
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned int uint;
|
||||
|
||||
typedef unsigned char uint8;
|
||||
typedef unsigned short uint16;
|
||||
typedef signed char int8;
|
||||
|
||||
Reference in New Issue
Block a user