aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/luadummy.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-01 22:16:15 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-01 22:16:15 +0000
commit60fff7d61fa666a0d872ddc8ec5ba3c5b5440cea (patch)
tree5d58038000fa64581fb3e60a14e1cb47ba8314e0 /bruiser/luadummy.h
parentregistering the functions in lua (diff)
downloadmutator-60fff7d61fa666a0d872ddc8ec5ba3c5b5440cea.tar.gz
mutator-60fff7d61fa666a0d872ddc8ec5ba3c5b5440cea.zip
added a comment about the fact that this file is basically lua.c
Diffstat (limited to '')
-rw-r--r--bruiser/luadummy.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/bruiser/luadummy.h b/bruiser/luadummy.h
index a7a21e7..ed6a939 100644
--- a/bruiser/luadummy.h
+++ b/bruiser/luadummy.h
@@ -1,3 +1,11 @@
+
+/*DISCLAIMER*/
+/*This header is an exact copy of the lua.c file minus the main function
+ * provided by the lua organization.*/
+/*All rights belong to the respective owners. The license is the same as the
+ * license for the lua implementation provided by the lua organization.*/
+
+
extern "C"
{
/*