mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-06 14:40:28 -04:00
4 lines
107 B
C
4 lines
107 B
C
#pragma once
|
|
|
|
void display_error(const char *text);
|
|
void send_log_impl(int task, const char *format, ...);
|