remove C++ includes from C headers

This commit is contained in:
Nick Fisher
2025-04-21 15:50:25 +08:00
parent 3402c02d6a
commit e9628511fc
6 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
#ifdef __EMSCRIPTEN__
#include <emscripten/emscripten.h>
#include <emscripten/html5.h>
#endif
#include "c_api/TEngine.h"
#include <filament/Camera.h>