lua++
C:/Documents and Settings/Kalith/My Documents/Programmation/luapp/include/luapp_glues.hpp
Go to the documentation of this file.
00001 #ifndef LUAPP_GLUES_H
00002 #define LUAPP_GLUES_H
00003 
00004 #include "luapp_state.hpp"
00005 
00006 namespace lua
00007 {
00008     int glue_send_string(lua_State* pLua);
00009     int glue_empty_string(lua_State* pLua);
00010     int glue_conc_table(lua_State* pLua);
00011 }
00012 
00013 #endif