mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 06:00:33 -04:00
prepare linux build, fix some memory leaks
This commit is contained in:
parent
0fa5c48519
commit
e7db30ca27
13 changed files with 133 additions and 94 deletions
|
@ -34,3 +34,7 @@ void send_log_impl(const char *format, ...) {
|
|||
#endif
|
||||
|
||||
}
|
||||
|
||||
void throw_exception(const char *text) {
|
||||
throw std::runtime_error(std::string("Invoked crash:") + text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue