t8-mod/source/proxy-dll/component/debugging.hpp

7 lines
135 B
C++
Raw Normal View History

2023-03-06 15:40:07 -05:00
#pragma once
namespace debugging
{
void LUI_ShowToast(const char* title, const char* desc, const char* icon = "blacktransparent");
}