Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/tolua/tolua_event.h @ 1505

Last change on this file since 1505 was 1505, checked in by rgrieder, 16 years ago

f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…

  • Property svn:eol-style set to native
File size: 611 bytes
Line 
1/* tolua: event functions
2** Support code for Lua bindings.
3** Written by Waldemar Celes
4** TeCGraf/PUC-Rio
5** Apr 2003
6** $Id: $
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
20TOLUA_API void tolua_moduleevents (lua_State* L);
21TOLUA_API int tolua_ismodulemetatable (lua_State* L);
22TOLUA_API void tolua_classevents (lua_State* L);
23
24#endif
Note: See TracBrowser for help on using the repository browser.