summaryrefslogtreecommitdiff
path: root/src/tangara/lua/lua_screen.hpp
blob: 1c3bed1a862425e50eacebc664646c96e505fc44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2023 jacqueline <me@jacqueline.id.au>
 *
 * SPDX-License-Identifier: GPL-3.0-only
 */

#pragma once

#include "lua.hpp"

namespace lua {

auto RegisterScreenModule(lua_State*) -> void;

}  // namespace lua