[Scummvm-git-logs] scummvm master -> c7546f99df1645f378f17b3883407b5b5e35d997

lephilousophe noreply at scummvm.org
Sat Jun 18 08:24:59 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c7546f99df AGS: Add missing uint64_t typedef


Commit: c7546f99df1645f378f17b3883407b5b5e35d997
    https://github.com/scummvm/scummvm/commit/c7546f99df1645f378f17b3883407b5b5e35d997
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-06-18T10:24:39+02:00

Commit Message:
AGS: Add missing uint64_t typedef

Changed paths:
    engines/ags/shared/core/types.h


diff --git a/engines/ags/shared/core/types.h b/engines/ags/shared/core/types.h
index 8408e1ad504..d7084b2cda7 100644
--- a/engines/ags/shared/core/types.h
+++ b/engines/ags/shared/core/types.h
@@ -57,6 +57,7 @@ namespace AGS3 {
 typedef uint8 uint8_t;
 typedef uint16 uint16_t;
 typedef uint32 uint32_t;
+typedef uint64 uint64_t;
 typedef int8 int8_t;
 typedef int16 int16_t;
 typedef int32 int32_t;




More information about the Scummvm-git-logs mailing list