/*
* Javascript binding for Entity
* Copyright (c) 2000 Brian Bassett
*
* Author: Brian Bassett <bbassett@bbassett.net>
*/
/*
* This renderer is free software; please see the LICENSE file for
* specific information as to licensing conditions.
*/
/*
* $Source: /home/cvs/entity/renderers/javascript/js-embed.h,v $
* $Id: js-embed.h,v 1.3 2000/10/04 01:23:01 imain Exp $
*/
#ifndef __EMBED_JS_H__
#define __EMBED_JS_H__
#include "entity.h"
#include <njs/internal.h>
/* Our renderer entry function */
void javascript_init (RendererFlags flags);
/* Declaration of jig generated entry functions */
void js_Entity_ENode (JSVirtualMachine * js_vm);
#endif /* __EMBED_JS_H__ */
syntax highlighted by Code2HTML, v. 0.9.1