diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-01 22:16:15 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-01 22:16:15 +0000 |
commit | 60fff7d61fa666a0d872ddc8ec5ba3c5b5440cea (patch) | |
tree | 5d58038000fa64581fb3e60a14e1cb47ba8314e0 | |
parent | registering the functions in lua (diff) | |
download | mutator-60fff7d61fa666a0d872ddc8ec5ba3c5b5440cea.tar.gz mutator-60fff7d61fa666a0d872ddc8ec5ba3c5b5440cea.zip |
added a comment about the fact that this file is basically lua.c
-rw-r--r-- | bruiser/luadummy.h | 8 |
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" { /* |