prosperon/source/engine/steam.h

15 lines
174 B
C
Raw Normal View History

2024-03-26 13:05:25 -05:00
#ifndef QJS_STEAM_H
#define QJS_STEAM_H
#include "jsffi.h"
#ifdef __cplusplus
2024-03-26 14:57:35 -05:00
extern "C" {
#endif
JSValue js_init_steam(JSContext *js);
#ifdef __cplusplus
}
2024-03-26 13:05:25 -05:00
#endif
#endif