00001 /* tolua: event functions 00002 ** Support code for Lua bindings. 00003 ** Written by Waldemar Celes 00004 ** TeCGraf/PUC-Rio 00005 ** Apr 2003 00006 ** $Id: tolua_event.h 1004 2006-02-27 13:03:20Z lindquist $ 00007 */ 00008 00009 /* This code is free software; you can redistribute it and/or modify it. 00010 ** The software provided hereunder is on an "as is" basis, and 00011 ** the author has no obligation to provide maintenance, support, updates, 00012 ** enhancements, or modifications. 00013 */ 00014 00015 #ifndef TOLUA_EVENT_H 00016 #define TOLUA_EVENT_H 00017 00018 #include "tolua++.h" 00019 00020 TOLUA_API void tolua_moduleevents (lua_State* L); 00021 TOLUA_API int tolua_ismodulemetatable (lua_State* L); 00022 TOLUA_API void tolua_classevents (lua_State* L); 00023 00024 #endif