Daniele Bartolini 10 лет назад
Родитель
Сommit
534a4e2886
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 0
      src/resource/resource_manager.cpp
  2. 0 1
      src/resource/resource_manager.h

+ 1 - 0
src/resource/resource_manager.cpp

@@ -4,6 +4,7 @@
  */
 
 #include "resource_manager.h"
+#include "resource_loader.h"
 #include "resource_registry.h"
 #include "temp_allocator.h"
 #include "sort_map.h"

+ 0 - 1
src/resource/resource_manager.h

@@ -8,7 +8,6 @@
 #include "types.h"
 #include "container_types.h"
 #include "proxy_allocator.h"
-#include "resource_loader.h"
 #include "string_id.h"
 
 namespace crown