diff options
author | Attila Veghelyi <aveghelyi@dension.com> | 2024-10-16 16:58:00 +0200 |
---|---|---|
committer | Attila Veghelyi <works@veghelyiattila.hu> | 2024-10-19 10:36:02 +0200 |
commit | 0259dec75bd7b43b0d74fe90ad061f74b5177c86 (patch) | |
tree | 59be36ea7ddd37cd27ad5b4b035c72d78511938d /common.h | |
parent | 14d0fa4556e81763fd2a1e8fe4870a746186595e (diff) | |
download | OpenProgrammer-0259dec75bd7b43b0d74fe90ad061f74b5177c86.tar.gz OpenProgrammer-0259dec75bd7b43b0d74fe90ad061f74b5177c86.zip |
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |