Adjust coding style

This commit is contained in:
Alexander Bock
2025-08-05 20:43:44 +02:00
parent 9965143f0a
commit 389842f76c
30 changed files with 91 additions and 140 deletions
@@ -41,10 +41,6 @@ namespace scripting { struct LuaLibrary; }
*/
class MissionManager {
public:
struct MissionManagerException : public ghoul::RuntimeError {
explicit MissionManagerException(std::string error);
};
MissionManager();
/**