diff options
Diffstat (limited to 'protocols/Dummy/src/stdafx.h')
-rw-r--r-- | protocols/Dummy/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Dummy/src/stdafx.h b/protocols/Dummy/src/stdafx.h index 254731c90d..9ade7b5023 100644 --- a/protocols/Dummy/src/stdafx.h +++ b/protocols/Dummy/src/stdafx.h @@ -1,5 +1,5 @@ /*
-Copyright (c) 2014-17 Robert Pösel, 2017-24 Miranda NG team
+Copyright (c) 2014-17 Robert Pösel, 2017-25 Miranda NG team
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -62,3 +62,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "dummy_proto.h"
void FillTemplateCombo(HWND hwndDlg, int iCtrlId);
+void InitIcons();
|