1 #pragma once
2
3 #ifdef EMSCRIPTEN
4
5 extern "C" {
6         extern const char *browser_info();
7 }
8
9 #endif

Go back to previous page