view lib/lua/lua.h @ 2142:ca548138d6aa

some code cleaning in video playing, loops play but there is a memory leak
author zipi
date Thu, 02 Jan 2014 18:25:42 +0000
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"
}