/* * Javascript binding for Entity * Copyright (c) 2000 Brian Bassett * * Author: Brian Bassett */ /* * 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 /* 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__ */