]> code.bitgloo.com Git - clyne/gamedev2.git/commit
Made lua binding c++17 compatible
authorAndy <drumsetmonkey@gmail.com>
Mon, 26 Aug 2019 21:43:12 +0000 (17:43 -0400)
committerAndy <drumsetmonkey@gmail.com>
Mon, 26 Aug 2019 21:43:12 +0000 (17:43 -0400)
commit3cea77e3e6ef432d1bfc6026139b482154ccf604
treeca4619fa59caa46b360f1e7730f875b799be36e1
parentc772d1b5ecffbeb9712b16a580080cb20b3bacfc
Made lua binding c++17 compatible
src/Script/entityx/EntityLua.hpp [new file with mode: 0644]
src/Script/entityx/entity_lua.cpp [new file with mode: 0644]
src/Script/entityx/entity_lua.hpp [new file with mode: 0644]
src/main.cpp