[OSK] Make the buttons themed
[reactos.git] / base / applications / osk / settings.h
1 /*
2 * PROJECT: ReactOS On-Screen Keyboard
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Settings header file with function prototypes
5 * COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
6 */
7
8 #ifndef SETTINGS_OSK_H
9 #define SETTINGS_OSK_H
10
11 BOOL LoadDataFromRegistry(VOID);
12 BOOL SaveDataToRegistry(VOID);
13 INT_PTR CALLBACK OSK_WarningProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam);
14
15 #endif // SETTINGS_OSK_H