1 #ifndef HEADER_DEMO_SCRIPT_H
2 #define HEADER_DEMO_SCRIPT_H
3 
4 extern "C" {
5 #include "lua.h"
6 }
7 
8 extern int script_demo_display(lua_State *L) throw();
9 
10 #endif
11