mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 19:59:30 +01:00
7 lines
82 B
C
7 lines
82 B
C
|
|
#ifndef LUA_LIBRARY_H
|
||
|
|
#define LUA_LIBRARY_H
|
||
|
|
|
||
|
|
#include "lua-5.3.2/lua.hpp"
|
||
|
|
|
||
|
|
#endif
|