[OSK] Make the buttons themed
[reactos.git] / base / applications / osk / osk.h
1 /*
2 * PROJECT: ReactOS On-Screen Keyboard
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: On screen keyboard.
5 * COPYRIGHT: Denis ROBERT
6 * Copyright 2019 Bișoc George (fraizeraust99 at gmail dot com)
7 */
8
9 #ifndef _OSK_H
10 #define _OSK_H
11
12 /* INCLUDES ******************************************************************/
13
14 #include <stdio.h>
15
16 #include <windows.h>
17 #include <commctrl.h>
18 #include <debug.h>
19 #include <uxtheme.h>
20 #include <vsstyle.h>
21
22 #include "main.h"
23
24 #endif
25
26 /* EOF */