Forked from
tome / Tales of MajEyal
11850 commits behind the upstream repository.
-
neil authored
git-svn-id: http://svn.net-core.org/repos/t-engine4@2943 51575b47-30f0-44d4-a5cc-537603b46e54
neil authoredgit-svn-id: http://svn.net-core.org/repos/t-engine4@2943 51575b47-30f0-44d4-a5cc-537603b46e54
lua_externs.h 686 B
/* Some lua stuff that's external but has no headers */
int luaopen_socket_core(lua_State *L);
int luaopen_mime_core(lua_State *L);
int luaopen_profiler(lua_State *L);
int luaopen_lpeg(lua_State *L);
int luaopen_map(lua_State *L);
int luaopen_fov(lua_State *L);
int luaopen_gas(lua_State *L);
int luaopen_particles(lua_State *L);
int luaopen_sound(lua_State *L);
int luaopen_lanes(lua_State *L);
int luaopen_shaders(lua_State *L);
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);