1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
elinks/src/js/mujs/screen.h
2024-09-24 21:55:54 +02:00

17 lines
189 B
C

#ifndef EL__JS_MUJS_SCREEN_H
#define EL__JS_MUJS_SCREEN_H
#include <mujs.h>
#ifdef __cplusplus
extern "C" {
#endif
int mjs_screen_init(js_State *J);
#ifdef __cplusplus
}
#endif
#endif