1
0
Fork 0
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:
fgenesis 2022-06-20 04:25:18 +02:00
parent af6c6a31aa
commit f01db61292
8 changed files with 73 additions and 12 deletions

View file

@ -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);