author | francesco <francesco.bbt@gmail.com> | 2010年11月26日 23:16:08 +0100 |
---|---|---|
committer | francesco <francesco.bbt@gmail.com> | 2010年11月26日 23:16:08 +0100 |
commit | 988961d3651dba3d13c208c852c424f2d97db658 (patch) | |
tree | 9ca45dd5669a2027e112c21e17ed13d2e515b459 /agg-plot/bitmap-plot.h | |
parent | 8a0a8f276f0ef0e1395f4dcb563dc80dd7c80321 (diff) | |
download | gsl-shell-988961d3651dba3d13c208c852c424f2d97db658.tar.gz |
-rw-r--r-- | agg-plot/bitmap-plot.h | 12 |
diff --git a/agg-plot/bitmap-plot.h b/agg-plot/bitmap-plot.h new file mode 100644 index 00000000..68aa9e08 --- /dev/null +++ b/agg-plot/bitmap-plot.h @@ -0,0 +1,12 @@ +#ifndef BITMAP_PLOT_H +#define BITMAP_PLOT_H + +extern "C" { + +#include "lua.h" + +extern int bitmap_save_image (lua_State *L); + +} + +#endif |