-rw-r--r-- | agg-plot/lua-plot.h | 12 |
diff --git a/agg-plot/lua-plot.h b/agg-plot/lua-plot.h new file mode 100644 index 00000000..6c069e85 --- /dev/null +++ b/agg-plot/lua-plot.h @@ -0,0 +1,12 @@ +#ifndef AGGPLOT_LUA_PLOT_H +#define AGGPLOT_LUA_PLOT_H + +#include "defs.h" + +__BEGIN_DECLS + +extern void plot_register (lua_State *L); + +__END_DECLS + +#endif |