[RAPPS] move the message proc to gui.cpp

This commit is contained in:
Giannis Adamopoulos 2019-04-28 06:10:45 +03:00 committed by Mark Jansen
parent 2bcc31a187
commit 2c965f67d5
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 31 additions and 23 deletions

View file

@ -38,3 +38,5 @@ VOID CreateSettingsDlg(HWND hwnd);
// About dialog (aboutdlg.cpp)
VOID ShowAboutDialog();
VOID ShowMainWindow(INT nShowCmd);