-rw-r--r-- | agg-plot/window.h | 17 |
diff --git a/agg-plot/window.h b/agg-plot/window.h new file mode 100644 index 00000000..1f8d7ced --- /dev/null +++ b/agg-plot/window.h @@ -0,0 +1,17 @@ +#ifndef AGGPLOT_WINDOW_H +#define AGGPLOT_WINDOW_H + +#include "defs.h" + +__BEGIN_DECLS + +#include "lua.h" + +extern void window_register (lua_State *L); + +extern int window_update_unprotected (lua_State *L); +extern int window_update (lua_State *L); + +__END_DECLS + +#endif |