Crazy Eddies GUI System  0.6.2
tolua_event.h
1 /* tolua: event functions
2 ** Support code for Lua bindings.
3 ** Written by Waldemar Celes
4 ** TeCGraf/PUC-Rio
5 ** Apr 2003
6 ** $Id: tolua_event.h 1004 2006-02-27 13:03:20Z lindquist $
7 */
8 
9 /* This code is free software; you can redistribute it and/or modify it.
10 ** The software provided hereunder is on an "as is" basis, and
11 ** the author has no obligation to provide maintenance, support, updates,
12 ** enhancements, or modifications.
13 */
14 
15 #ifndef TOLUA_EVENT_H
16 #define TOLUA_EVENT_H
17 
18 #include "tolua++.h"
19 
20 TOLUA_API void tolua_moduleevents (lua_State* L);
21 TOLUA_API int tolua_ismodulemetatable (lua_State* L);
22 TOLUA_API void tolua_classevents (lua_State* L);
23 
24 #endif