Pioneer
LuaEngine.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 _LUAENGINE_H
5 #define _LUAENGINE_H
6 
7 namespace LuaEngine {
8  void Register();
9 
10  enum DetailLevel { // <enum scope='LuaEngine' name=DetailLevel prefix=DETAIL_ public>
16  };
17 } // namespace LuaEngine
18 
19 #endif
Definition: Pi.h:58
Definition: LuaEngine.h:7
void Register()
Definition: LuaEngine.cpp:1032
@ DETAIL_HIGH
Definition: LuaEngine.h:14
@ DETAIL_VERY_HIGH
Definition: LuaEngine.h:15
@ DETAIL_MEDIUM
Definition: LuaEngine.h:13
@ DETAIL_VERY_LOW
Definition: LuaEngine.h:11
@ DETAIL_LOW
Definition: LuaEngine.h:12