summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/src/lib/tolua_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tolua++/src/lib/tolua_event.h')
m---------lib/tolua++0
-rw-r--r--lib/tolua++/src/lib/tolua_event.h24
2 files changed, 0 insertions, 24 deletions
diff --git a/lib/tolua++ b/lib/tolua++
new file mode 160000
+Subproject 9181fc9ef73fa1c052f968d68dc60538f144a47
diff --git a/lib/tolua++/src/lib/tolua_event.h b/lib/tolua++/src/lib/tolua_event.h
deleted file mode 100644
index d6b071152..000000000
--- a/lib/tolua++/src/lib/tolua_event.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* tolua: event functions
-** Support code for Lua bindings.
-** Written by Waldemar Celes
-** TeCGraf/PUC-Rio
-** Apr 2003
-** $Id: $
-*/
-
-/* This code is free software; you can redistribute it and/or modify it.
-** The software provided hereunder is on an "as is" basis, and
-** the author has no obligation to provide maintenance, support, updates,
-** enhancements, or modifications.
-*/
-
-#ifndef TOLUA_EVENT_H
-#define TOLUA_EVENT_H
-
-#include "../../include/tolua++.h"
-
-TOLUA_API void tolua_moduleevents (lua_State* L);
-TOLUA_API int tolua_ismodulemetatable (lua_State* L);
-TOLUA_API void tolua_classevents (lua_State* L);
-
-#endif