mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-02 22:14:37 +00:00
show better errors when we fail to start up
This commit is contained in:
parent
af6c6a31aa
commit
f01db61292
8 changed files with 73 additions and 12 deletions
|
@ -154,7 +154,7 @@ bool isTouchingLine(Vector lineStart, Vector lineEnd, Vector point, int radius=1
|
|||
|
||||
void drawCircle(float radius, int steps=1);
|
||||
|
||||
|
||||
std::string getPathInfoStr();
|
||||
void exit_error(const std::string &message);
|
||||
|
||||
unsigned hash(const std::string &string);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue