diff options
Diffstat (limited to 'PcsxSrc/Linux/GladeCalls.h')
-rw-r--r-- | PcsxSrc/Linux/GladeCalls.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/PcsxSrc/Linux/GladeCalls.h b/PcsxSrc/Linux/GladeCalls.h index 9e81a10..f6e7a9b 100644 --- a/PcsxSrc/Linux/GladeCalls.h +++ b/PcsxSrc/Linux/GladeCalls.h @@ -237,3 +237,15 @@ OnMcd_Delete2 (GtkButton *button, void
OnMcd_Delete1 (GtkButton *button,
gpointer user_data);
+ +void +OnDebug (GtkMenuItem *menuitem, + gpointer user_data); + +void +OnDbg_Ok (GtkButton *button, + gpointer user_data); + +void +OnDebug_Ok (GtkButton *button, + gpointer user_data); |