Adding support for lua scripting
authorKlaus Ethgen <Klaus@Ethgen.de>
Sat, 27 Jun 2009 21:38:09 +0000 (22:38 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Thu, 23 Dec 2010 17:12:40 +0000 (18:12 +0100)
commitc5c0aa1566e7c95c4e3d009067b1e5133aa8736f
tree483d2af50c13312e1035d3351c1048d4e9c289b0
parent55de20b6bd7a666ab63ee9d1f60e8fd1833a74c5
Adding support for lua scripting

Until now this is without any functionality.
configure.in
src/Makefile.am
src/lua.c [new file with mode: 0644]
src/lua.h [new file with mode: 0644]
src/main.c