Pioneer
Loading...
Searching...
No Matches
LuaServerAgent.h
Go to the documentation of this file.
1// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4#ifdef ENABLE_SERVER_AGENT
5#ifndef LUASERVERAGENT_H
6#define LUASERVERAGENT_H
7
8namespace LuaServerAgent {
9 void Register();
10}
11
12#endif
13#endif
void Register(lua_State *L)
Definition LuaColor.cpp:253