mirror of https://github.com/AxioDL/metaforce.git
Address some over-inclusion issues for hecl::SystemChar
This commit is contained in:
parent
6701ac264d
commit
4780dc79fe
|
@ -4,7 +4,6 @@
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
#include "optional.hpp"
|
#include "optional.hpp"
|
||||||
#include "hecl/hecl.hpp"
|
|
||||||
#include "jbus/Endpoint.hpp"
|
#include "jbus/Endpoint.hpp"
|
||||||
#include "jbus/Listener.hpp"
|
#include "jbus/Listener.hpp"
|
||||||
|
|
||||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
||||||
Subproject commit 1c87c80483c0a38063edbb3517ba287220e57068
|
Subproject commit 7de2d298d4ec919fa9a8030e14d80a1deaf6a2e0
|
|
@ -1,4 +1,5 @@
|
||||||
#include "VISIBuilder.hpp"
|
#include "VISIBuilder.hpp"
|
||||||
|
#include <logvisor/logvisor.hpp>
|
||||||
|
|
||||||
#define VISI_MAX_LEVEL 10
|
#define VISI_MAX_LEVEL 10
|
||||||
#define VISI_MIN_LENGTH 8.0
|
#define VISI_MIN_LENGTH 8.0
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include "zeus/CAABox.hpp"
|
#include "zeus/CAABox.hpp"
|
||||||
#include "hecl/extern/boo/xxhash/xxhash.h"
|
#include "hecl/extern/boo/xxhash/xxhash.h"
|
||||||
#include "athena/MemoryWriter.hpp"
|
#include "athena/MemoryWriter.hpp"
|
||||||
#include "hecl/hecl.hpp"
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
#include "zeus/CAABox.hpp"
|
#include "zeus/CAABox.hpp"
|
||||||
#include "VISIBuilder.hpp"
|
#include "VISIBuilder.hpp"
|
||||||
#include "zeus/CFrustum.hpp"
|
#include "zeus/CFrustum.hpp"
|
||||||
|
#include <logvisor/logvisor.hpp>
|
||||||
|
|
||||||
static logvisor::Module Log("visigen");
|
static logvisor::Module Log("visigen");
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#define VISIRENDERER_HPP
|
#define VISIRENDERER_HPP
|
||||||
|
|
||||||
#include "boo/graphicsdev/glew.h"
|
#include "boo/graphicsdev/glew.h"
|
||||||
#include "hecl/hecl.hpp"
|
#include "hecl/SystemChar.hpp"
|
||||||
#include "zeus/CColor.hpp"
|
#include "zeus/CColor.hpp"
|
||||||
#include "zeus/CMatrix4f.hpp"
|
#include "zeus/CMatrix4f.hpp"
|
||||||
#include "zeus/CAABox.hpp"
|
#include "zeus/CAABox.hpp"
|
||||||
|
|
Loading…
Reference in New Issue