view lib/lua/lua.h @ 2565:117c219bf913

Party, items and stuff are abstracted from savegame file representation
author a.parshin
date Wed, 20 May 2015 15:12:33 +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"
}