16 lines
175 B
C
16 lines
175 B
C
#ifndef QJS_STEAM_H
|
|
#define QJS_STEAM_H
|
|
|
|
#include "jsffi.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
JSValue js_init_steam(JSContext *js);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|