t8-mod/source/proxy-dll/component/debugging.hpp
2023-03-06 12:40:07 -08:00

7 lines
135 B
C++

#pragma once
namespace debugging
{
void LUI_ShowToast(const char* title, const char* desc, const char* icon = "blacktransparent");
}