Procházet zdrojové kódy

Declare StringId32/64

Daniele Bartolini před 13 roky
rodič
revize
32fce5a3a8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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