17 lines
233 B
C
17 lines
233 B
C
#pragma once
|
|
|
|
#include <emscripten/html5_webgl.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void Thermion_resizeCanvas(int width, int height);
|
|
EMSCRIPTEN_WEBGL_CONTEXT_HANDLE Thermion_createGLContext();
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|