-rw-r--r-- | lua-cplot.h | 14 |
diff --git a/lua-cplot.h b/lua-cplot.h new file mode 100644 index 00000000..e8ef67ef --- /dev/null +++ b/lua-cplot.h @@ -0,0 +1,14 @@ +#ifndef LUA_CPLOT_H
+#define LUA_CPLOT_H
+
+#include "lua.h"
+
+#include "defs.h"
+
+__BEGIN_DECLS
+
+extern void cplot_register (lua_State *L);
+
+__END_DECLS
+
+#endif
|