ardour/libs/lua/lua/lua.h

7 lines
82 B
C
Raw Normal View History

2016-02-13 22:31:17 +01:00
#ifndef LUA_LIBRARY_H
#define LUA_LIBRARY_H
2019-10-29 05:36:24 +01:00
#include "lua-5.3.5/lua.hpp"
2016-02-13 22:31:17 +01:00
#endif