@@ -4,6 +4,7 @@
*/
#include "disk_filesystem.h"
+#include "dynamic_string.h"
#include "file.h"
#include "os.h"
#include "path.h"
@@ -5,6 +5,7 @@
#pragma once
#include "filesystem.h"
namespace crown
@@ -5,9 +5,9 @@
-#include "filesystem_types.h"
#include "container_types.h"
-#include "dynamic_string.h"
+#include "filesystem_types.h"
+#include "string_types.h"
{
@@ -5,12 +5,13 @@
-#include "filesystem.h"
+#include "filesystem.h"
#include "log.h"
-#include "vector.h"
-#include "temp_allocator.h"
+#include "temp_allocator.h"
+#include "vector.h"
#include <setjmp.h>
#define RESOURCE_COMPILER_ASSERT(condition, opts, msg, ...) do { if (!(condition))\
@@ -3,15 +3,16 @@
* License: https://github.com/taylor001/crown/blob/master/LICENSE
+#include "array.h"
+#include "compile_options.h"
+#include "map.h"
#include "package_resource.h"
#include "reader_writer.h"
-#include "compile_options.h"
-#include "array.h"
#include "sjson.h"
-#include "map.h"
+#include "string_id.h"
@@ -5,11 +5,12 @@
-#include "memory_types.h"
-#include "resource_types.h"
#include "compiler_types.h"
+#include "memory_types.h"
+#include "resource_types.h"
@@ -3,13 +3,14 @@
-#include "resource_loader.h"
#include "config.h"
#include "memory.h"
+#include "path.h"
#include "queue.h"
+#include "resource_loader.h"
#include "temp_allocator.h"
-#include "path.h"