]> git.nickg.me.uk Git - traingame.git/commit
Start adding Lua VM inside game
authorNick Gasson <nick@nickg.me.uk>
Sun, 6 Jun 2010 17:14:48 +0000 (18:14 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 6 Jun 2010 17:14:48 +0000 (18:14 +0100)
commit0e626380474cf9f94abaeff769cc3d8bbbe2746b
tree0114f281d8531cfe4e55e20a71df58b1869468f8
parentc0532fc16c43fbc23a6da5667a1d37b8b0621110
Start adding Lua VM inside game
CMakeLists.txt
include/ILua.hpp [new file with mode: 0644]
src/LuaWrap.cpp [new file with mode: 0644]
src/Main.cpp