From c38d5eca7091fc7f0206ed0c746622022b2ae508 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 10 Sep 2018 23:11:08 -0400 Subject: Added documentation Also added treeview guielemnt Also added ifilesystem guielement Also added io library --- src/client/lua_api/io/ifilesystem.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/client/lua_api/io/ifilesystem.hpp (limited to 'src/client/lua_api/io/ifilesystem.hpp') diff --git a/src/client/lua_api/io/ifilesystem.hpp b/src/client/lua_api/io/ifilesystem.hpp new file mode 100644 index 0000000..9a72120 --- /dev/null +++ b/src/client/lua_api/io/ifilesystem.hpp @@ -0,0 +1,13 @@ +#ifndef __H_ifilesystem +#define __H_ifilesystem + +extern "C" { + #include + #include + #include +} +#include + +void ifilesystem_register(lua_State* L); + +#endif -- cgit v1.2.3-70-g09d2