2
0
Daniele Bartolini 13 жил өмнө
parent
commit
32fce5a3a8

+ 2 - 2
src/core/Types.h

@@ -38,8 +38,8 @@ typedef float					real;
 typedef double					real;
 typedef double					real;
 #endif
 #endif
 
 
-typedef uint32_t				StrId32;	// 32-bit string hash
-typedef uint32_t				StrId64;	// 64-bit string hash
+typedef uint32_t				StringId32;	// 32-bit string hash
+typedef uint32_t				StringId64;	// 64-bit string hash
 
 
 #ifndef NULL
 #ifndef NULL
 #ifdef __cplusplus
 #ifdef __cplusplus