tests: Integrated ImGui Test Engine

This commit is contained in:
WerWolv
2025-05-29 23:44:49 +02:00
parent fe1309fb3d
commit 1ca40481bb
41 changed files with 17612 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
#include <hex/api/event_manager.hpp>
#include "messaging.hpp"
#include <hex/subcommands/subcommands.hpp>
@@ -73,6 +75,7 @@ namespace hex::init {
hex::subcommands::processArguments(args);
// Unload plugins again
EventManager::clear();
PluginManager::unload();
}