2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

OS X < 10.11

This commit is contained in:
2016-07-05 14:51:00 -07:00
parent 00eff5bcf9
commit 4d56b0f876
4 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#include "CLineRendererShaders.hpp"
#include "CLineRenderer.hpp"
#if BOO_HAS_METAL
namespace urde
{
@@ -160,3 +161,4 @@ CLineRendererShaders::IDataBindingFactory* CLineRendererShaders::Initialize(boo:
}
}
#endif