mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Implement LayersEditor
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "boo/IApplication.hpp"
|
||||
#include <QResource>
|
||||
#include <QCommandLineParser>
|
||||
#include <logvisor/logvisor.hpp>
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
@@ -91,6 +92,9 @@ int main(int argc, char* argv[])
|
||||
MacOSSetDarkAppearance();
|
||||
#endif
|
||||
|
||||
logvisor::RegisterConsoleLogger();
|
||||
logvisor::RegisterStandardExceptions();
|
||||
|
||||
BooInterface booApp;
|
||||
boo::APP = &booApp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user