mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
Slightly more sensible error/msgbox handling
This commit is contained in:
parent
7faee73f14
commit
26d056d924
15 changed files with 48 additions and 83 deletions
|
@ -257,11 +257,9 @@ bool isVectorInRect(const Vector &vec, const Vector &coord1, const Vector &coord
|
|||
|
||||
std::string parseCommand(const std::string &line, const std::string &command);
|
||||
|
||||
std::string msg(const std::string &message);
|
||||
void messageBox(const std::string &title, const std::string& msg);
|
||||
|
||||
void msgVector(const std::string &name, const Vector &vec);
|
||||
|
||||
void fatalError(const std::string &message);
|
||||
void exit_error(const std::string &message);
|
||||
|
||||
unsigned hash(const std::string &string);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue