diff options
author | Chad Austin <chad@imvu.com> | 2013-05-02 00:01:08 -0700 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-05-02 18:55:54 -0700 |
commit | 58352074e51c15bd108a71a3c31354206d488eee (patch) | |
tree | 21321b4f764f8ad24e651c23005edc3bc0badf01 /system | |
parent | 9607e5be25f12ac986436622bdd3b710505a596c (diff) |
Add a benchmark for calling from C++ into JS via interfaces
Diffstat (limited to 'system')
-rw-r--r-- | system/include/emscripten/val.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/emscripten/val.h b/system/include/emscripten/val.h index 09cad80e..edd070e3 100644 --- a/system/include/emscripten/val.h +++ b/system/include/emscripten/val.h @@ -10,6 +10,7 @@ namespace emscripten { extern "C" { void _emval_register_symbol(const char*); + typedef struct _EM_SIG* EM_SIG; typedef struct _EM_VAL* EM_VAL; void _emval_incref(EM_VAL value); |