Skip to content
Snippets Groups Projects
Commit 4af85a32 authored by neil's avatar neil
Browse files

Add declaration of luaopen_zlib

git-svn-id: http://svn.net-core.org/repos/t-engine4@2943 51575b47-30f0-44d4-a5cc-537603b46e54
parent 9249c157
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ int luaopen_struct(lua_State *L);
int luaopen_noise(lua_State *L);
int luaopen_lxp(lua_State *L);
int luaopen_md5_core (lua_State *L);
int luaopen_zlib (lua_State *L);
void create_particles_thread();
void thread_particle_new_keyframes(int nb_keyframes);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment