From d948585b00b4d08869417ee6169aae9ea39dde0a Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 17 May 2024 11:40:43 +1000 Subject: add a lua binding for playing a sine wave --- src/tangara/lua/lua_testing.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/tangara/lua/lua_testing.hpp (limited to 'src/tangara/lua/lua_testing.hpp') diff --git a/src/tangara/lua/lua_testing.hpp b/src/tangara/lua/lua_testing.hpp new file mode 100644 index 00000000..5251a350 --- /dev/null +++ b/src/tangara/lua/lua_testing.hpp @@ -0,0 +1,15 @@ +/* + * Copyright 2024 jacqueline + * + * SPDX-License-Identifier: GPL-3.0-only + */ + +#pragma once + +#include "lua.hpp" + +namespace lua { + +auto RegisterTestingModule(lua_State*) -> void; + +} // namespace lua -- cgit v1.2.3