The Battle for Wesnoth
1.15.12+dev
scripting
lua_color.hpp
Go to the documentation of this file.
1
/*
2
Copyright (C) 2020-2020 by the Battle for Wesnoth Project https://www.wesnoth.org/
3
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation; either version 2 of the License, or
7
(at your option) any later version.
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY.
10
11
See the COPYING file for more details.
12
*/
13
14
#include <string>
15
struct
lua_State
;
16
17
namespace
lua_colors
{
18
std::string
register_metatables
(
lua_State
* L);
19
}
lua_State
Definition:
lstate.h:273
lua_colors::register_metatables
std::string register_metatables(lua_State *L)
Definition:
lua_color.cpp:135
lua_colors
Definition:
lua_color.cpp:134
Generated by
1.8.13