00001 #ifndef HEADER_DEMO_SCRIPT_H 00002 #define HEADER_DEMO_SCRIPT_H 00003 00004 extern "C" { 00005 #include "lua.h" 00006 } 00007 00008 extern int script_demo_display(lua_State *L) throw(); 00009 00010 #endif