Last change
on this file since 1499 was
1494,
checked in by rgrieder, 17 years ago
|
- set the svn:eol-style property to all files so, that where ever you check out, you'll get the right line endings
(had to change every file with mixed endings to windows in order to set the property)
|
-
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 | |
---|
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 |
---|
Note: See
TracBrowser
for help on using the repository browser.