fix: forget arargs for toasts - too complex, will implement string formatting in AngelScript instead
All checks were successful
CI / build-and-test (push) Successful in 2m19s
All checks were successful
CI / build-and-test (push) Successful in 2m19s
This commit is contained in:
@@ -11,5 +11,7 @@ int LOG_FATAL;
|
||||
|
||||
namespace Toast {
|
||||
void Info(const string&in);
|
||||
void Info(const string&in, const ?&in ...);
|
||||
void Warning(const string&in);
|
||||
void Error(const string&in);
|
||||
void Success(const string&in);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user