mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 23:20:36 -04:00
add config option sdl_renderer_driver
This commit is contained in:
parent
f383260a98
commit
93ec526482
9 changed files with 56 additions and 8 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <string>
|
||||
#include <exception>
|
||||
std::string exception_to_string(const std::exception& e);
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
@ -10,7 +15,8 @@ void send_log_impl(const char *format, ...);
|
|||
void display_error(const char *format, ...);
|
||||
void throw_exception(const char *text);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue