Mercurial > mm7
view lib/lua/lua.h @ 2329:4791895e4396
EventCastSpell extracting comming code from projectile spell events
author | Grumpy7 |
---|---|
date | Tue, 01 Apr 2014 23:43:05 +0200 |
parents | e21db9518295 |
children |
line wrap: on
line source
#pragma once extern "C" { #include "lua-5.2.2/lua.h" #include "lua-5.2.2/lualib.h" #include "lua-5.2.2/lauxlib.h" }