From 1573a8c4cde1cd9528b422b2dcc598e37ffe94a7 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Thu, 2 May 2024 19:12:26 +1000 Subject: WIP merge cyclically dependent components into one big component --- src/tangara/lua/lua_theme.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/tangara/lua/lua_theme.hpp (limited to 'src/tangara/lua/lua_theme.hpp') diff --git a/src/tangara/lua/lua_theme.hpp b/src/tangara/lua/lua_theme.hpp new file mode 100644 index 00000000..fed710e0 --- /dev/null +++ b/src/tangara/lua/lua_theme.hpp @@ -0,0 +1,15 @@ +/* + * Copyright 2024 ailurux + * + * SPDX-License-Identifier: GPL-3.0-only + */ + +#pragma once + +#include "lua.hpp" + +namespace lua { + +auto RegisterThemeModule(lua_State*) -> void; + +} // namespace lua -- cgit v1.2.3