Pioneer
Loading...
Searching...
No Matches
Lua.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#ifndef SCENEGRAPH_LUA_H
5#define SCENEGRAPH_LUA_H
6
7namespace SceneGraph {
8 namespace Lua {
9
10 void Init();
11 }
12} // namespace SceneGraph
13
14#endif
Definition Lua.cpp:41
void Init()
Definition Lua.cpp:12
Definition CityOnPlanet.h:31