refactor!: General changes (#1578)

- Removed try catch from main.cpp for better error logging
- Added migration code to the YimMenu folder
- Renamed globals to settings
- refactor!: changed symlink
This commit is contained in:
Andreas Maerten
2023-07-02 00:52:36 +02:00
committed by GitHub
parent 36d1dbeb22
commit f96356960a
12 changed files with 154 additions and 146 deletions

View File

@ -1,7 +1,6 @@
#include "orbital_drone.hpp"
#include "backend/bool_command.hpp"
#include "core/globals.hpp"
#include "gui.hpp"
#include "natives.hpp"
#include "pointers.hpp"