remove C++ includes from C headers
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
#include "APIBoundaryTypes.h"
|
||||
#include "TMaterialInstance.h"
|
||||
#include "TTexture.h"
|
||||
#include "ResourceBuffer.hpp"
|
||||
#include "MathUtils.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#include "APIBoundaryTypes.h"
|
||||
#include "TMaterialInstance.h"
|
||||
#include "TTexture.h"
|
||||
#include "ResourceBuffer.hpp"
|
||||
#include "MathUtils.hpp"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <utils/Entity.h>
|
||||
|
||||
#include "c_api/TCamera.h"
|
||||
|
||||
#include "Log.hpp"
|
||||
#include "MathUtils.hpp"
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
#ifdef __EMSCRIPTEN__
|
||||
#include <emscripten/emscripten.h>
|
||||
#include <emscripten/html5.h>
|
||||
#endif
|
||||
|
||||
#include "c_api/TEngine.h"
|
||||
|
||||
#include <filament/Camera.h>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "Log.hpp"
|
||||
#include "MathUtils.hpp"
|
||||
|
||||
#include "material/image.h"
|
||||
#include "material/grid.h"
|
||||
#include "material/unlit_fixed_size.h"
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
#include <gltfio/math.h>
|
||||
|
||||
#include "c_api/APIExport.h"
|
||||
#include "MathUtils.hpp"
|
||||
|
||||
#include "Log.hpp"
|
||||
#include "MathUtils.hpp"
|
||||
|
||||
using namespace thermion;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user