fix: DebugLog hooks, works now

This commit is contained in:
2024-04-13 18:07:02 +02:00
parent 435bccd6da
commit 33964e3081
5 changed files with 29 additions and 2 deletions

4
user/utils/utils.hpp Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
#include <string>
std::string ToString(app::Object* object);