Fix Error Message

This commit is contained in:
2022-04-10 13:13:45 +02:00
parent 20f7730448
commit 063a342ad5
2 changed files with 7 additions and 6 deletions

View File

@ -173,7 +173,7 @@ namespace RenderD7
bool DrawImageFromSheet(RenderD7::Sheet* sheet, size_t index, float x, float y, float scaleX = 1.0, float scaleY = 1.0);
namespace Error
{
void DisplayError(std::string toptext, std::string errortext);
void DisplayError(std::string toptext, std::string errortext, int timesec);
void DisplayFatalError(std::string toptext, std::string errortext);
}
namespace Init