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

#pragma once

#include "lua.hpp"

namespace lua {

auto RegisterTestingModule(lua_State*) -> void;

}  // namespace lua