From 0259dec75bd7b43b0d74fe90ad061f74b5177c86 Mon Sep 17 00:00:00 2001 From: Attila Veghelyi Date: Wed, 16 Oct 2024 16:58:00 +0200 Subject: Use common functions from one file --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index ba105e7..6dfe998 100644 --- a/common.h +++ b/common.h @@ -57,6 +57,7 @@ typedef unsigned char BYTE; extern int statusID; extern GtkWidget *status_bar; void PrintMessage(const char *msg); + void MsgBox(const char* msg); #else #define _APPNAME "OP" -- cgit v1.2.3-54-g00ecf