7 lines
135 B
C++
Raw Normal View History

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