Mercurial > mm7
view lib/lua/lua.h @ 2239:699bd6ee5ad0
dword_F8B1B0 to dword_F8B1B0_MasteryBeingTaught, some final touches to _4B254D_SkillMasteryTeacher
author | Grumpy7 |
---|---|
date | Sun, 23 Feb 2014 15:54:00 +0100 |
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" }