Daniele Bartolini 12 лет назад
Родитель
Сommit
e230130e22
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      engine/core/containers/IdTable.h

+ 1 - 3
engine/core/containers/IdTable.h

@@ -26,8 +26,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 #pragma once
 
-#include <stdint.h>
-
 #include "Assert.h"
 #include "Allocator.h"
 #include "Types.h"
@@ -35,7 +33,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 namespace crown
 {
 
-#define INVALID_ID UINT16_MAX
+#define INVALID_ID 65535
 
 struct Id
 {