mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
17 lines
189 B
C
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
|