refactor: remove AsstUtils

This commit is contained in:
Horror Proton
2022-10-14 16:00:33 +08:00
parent 59440c7acb
commit 543bb05d32
35 changed files with 23 additions and 50 deletions

View File

@@ -32,6 +32,7 @@
#include "Resource/GeneralConfiger.h"
#include "Utils/AsstTypes.h"
#include "Utils/Logger.hpp"
#include "Utils/StringMisc.hpp"
asst::Controller::Controller(AsstCallback callback, void* callback_arg)
: m_callback(std::move(callback)), m_callback_arg(callback_arg), m_rand_engine(std::random_device {}())