0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00
2021-05-28 17:51:42 +02:00

11 lines
210 B
C

#ifndef EL__ECMASCRIPT_SPIDERMONKEY_SCREEN_H
#define EL__ECMASCRIPT_SPIDERMONKEY_SCREEN_H
#include "ecmascript/spidermonkey/util.h"
extern JSClass screen_class;
extern JSPropertySpec screen_props[];
#endif