summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorAttila Veghelyi <aveghelyi@dension.com>2024-10-16 16:58:00 +0200
committerAttila Veghelyi <works@veghelyiattila.hu>2024-10-19 10:36:02 +0200
commit0259dec75bd7b43b0d74fe90ad061f74b5177c86 (patch)
tree59be36ea7ddd37cd27ad5b4b035c72d78511938d /common.h
parent14d0fa4556e81763fd2a1e8fe4870a746186595e (diff)
downloadOpenProgrammer-0259dec75bd7b43b0d74fe90ad061f74b5177c86.tar.gz
OpenProgrammer-0259dec75bd7b43b0d74fe90ad061f74b5177c86.zip
Use common functions from one fileHEADmaster
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
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"