In the middle of multithreading parsers.
This commit is contained in:
@@ -3,15 +3,17 @@
|
||||
#include <filesystem>
|
||||
#include <system_error>
|
||||
|
||||
#include "assets/data_stores.hpp"
|
||||
#include "assets/prefetch_lookup.hpp"
|
||||
#include "assets/prefetch_queue.hpp"
|
||||
#include "assets/data"
|
||||
#include "../data_stores"
|
||||
#include "../data_stores"
|
||||
#include "util/string_lookup.hpp"
|
||||
#include "assets/data/material_data.hpp"
|
||||
#include "assets/data/material_library_data.hpp"
|
||||
#include "assets/data_stores/material_store.hpp"
|
||||
#include "assets/data_stores/material_library_store.hpp"
|
||||
#include "util/result.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
namespace mtl_loader_error
|
||||
{
|
||||
enum class codes {
|
||||
@@ -54,3 +56,5 @@ protected:
|
||||
ztu::string_list& texture_filenames
|
||||
);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user