summaryrefslogtreecommitdiff
path: root/src/tangara/lua/lua_theme.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/lua/lua_theme.hpp')
-rw-r--r--src/tangara/lua/lua_theme.hpp15
1 files changed, 15 insertions, 0 deletions
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 <ailuruxx@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+
+#pragma once
+
+#include "lua.hpp"
+
+namespace lua {
+
+auto RegisterThemeModule(lua_State*) -> void;
+
+} // namespace lua