Daniele Bartolini 13 лет назад
Родитель
Сommit
32fce5a3a8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/core/Types.h

+ 2 - 2
src/core/Types.h

@@ -38,8 +38,8 @@ typedef float					real;
 typedef double					real;
 #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
 #ifdef __cplusplus