mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
11 lines
210 B
C
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
|