Update renderd7.hpp
This commit is contained in:
parent
cc5579971d
commit
a8b0540ecc
@ -201,7 +201,7 @@ namespace RenderD7
|
|||||||
bool DrawImageFromSheet(RenderD7::Sheet* sheet, size_t index, float x, float y, float scaleX = 1.0, float scaleY = 1.0);
|
bool DrawImageFromSheet(RenderD7::Sheet* sheet, size_t index, float x, float y, float scaleX = 1.0, float scaleY = 1.0);
|
||||||
namespace Error
|
namespace Error
|
||||||
{
|
{
|
||||||
void DisplayError(std::string toptext, std::string errortext, int timesec);
|
void DisplayError(std::string toptext, std::string errortext, int timesec = 3);
|
||||||
void DisplayFatalError(std::string toptext, std::string errortext);
|
void DisplayFatalError(std::string toptext, std::string errortext);
|
||||||
}
|
}
|
||||||
namespace Init
|
namespace Init
|
||||||
|
Loading…
Reference in New Issue
Block a user