mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 05:46:22 +00:00
ref(ai): add stub, fix includes, move aiwin_send_message location
This commit is contained in:
@@ -28,3 +28,14 @@ aiwin_display_error(ProfAiWin* win, const char* error_msg)
|
||||
(void)win;
|
||||
(void)error_msg;
|
||||
}
|
||||
|
||||
void
|
||||
win_print_outgoing(ProfWin* window, const char* show_char, const char* const id, const char* const replace_id, const char* const message)
|
||||
{
|
||||
/* Stub: do nothing */
|
||||
(void)window;
|
||||
(void)show_char;
|
||||
(void)id;
|
||||
(void)replace_id;
|
||||
(void)message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user