author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年08月26日 16:12:53 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年08月26日 16:12:53 +0200 |
commit | df7bd02dfe1bdc3209aeed2a98408f392af7a557 (patch) | |
tree | 3cfae1a0941f4bbf73b176d98ee9698941758134 /lua-gsl/lua-properties.h | |
parent | 11561b1b2f367e38c7e0a89297341ac685d87272 (diff) | |
parent | f5d84b9531cd9a7e9bb5b920e696bc5be1626de7 (diff) | |
download | gsl-shell-df7bd02dfe1bdc3209aeed2a98408f392af7a557.tar.gz |
-rw-r--r-- | lua-gsl/lua-properties.h | 11 |
diff --git a/lua-gsl/lua-properties.h b/lua-gsl/lua-properties.h new file mode 100644 index 00000000..8c61fa87 --- /dev/null +++ b/lua-gsl/lua-properties.h @@ -0,0 +1,11 @@ +#include <lua.h> +#include <lauxlib.h> + +#include "defs.h" + +__BEGIN_DECLS + +void register_properties_index(lua_State* L, const luaL_Reg methods[], + const luaL_Reg getters[], const luaL_Reg setters[]); + +__END_DECLS
\ No newline at end of file |