#ifndef EMSCRIPTEN_HPP #define EMSCRIPTEN_HPP #ifdef __EMSCRIPTEN__ #include extern "C" { void load_file_async_js(const char* fullPathC); void load_file_async(const char* filename); } #endif #endif