mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 16:24:55 +00:00
Move all submodules to extern
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include <vector>
|
||||
|
||||
#include <boo/graphicsdev/IGraphicsDataFactory.hpp>
|
||||
#include <xxhash/xxhash.h>
|
||||
|
||||
#include "hecl.hpp"
|
||||
#include "../extern/boo/xxhash/xxhash.h"
|
||||
|
||||
namespace hecl::Backend {
|
||||
struct ExtensionSlot;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "hecl/Compilers.hpp"
|
||||
|
||||
#include <boo/graphicsdev/IGraphicsDataFactory.hpp>
|
||||
#include "../extern/boo/xxhash/xxhash.h"
|
||||
#include <xxhash/xxhash.h>
|
||||
|
||||
#define HECL_RUNTIME 1
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ extern "C" int rep_closefrom(int lower);
|
||||
|
||||
#include "logvisor/logvisor.hpp"
|
||||
#include "athena/Global.hpp"
|
||||
#include "../extern/boo/xxhash/xxhash.h"
|
||||
#include "xxhash/xxhash.h"
|
||||
#include "SystemChar.hpp"
|
||||
#include "FourCC.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user