/* * PROJECT: ReactOS On-Screen Keyboard * LICENSE: GPL - See COPYING in the top level directory * PURPOSE: On screen keyboard. * COPYRIGHT: Denis ROBERT * Copyright 2019 Bișoc George (fraizeraust99 at gmail dot com) */ #ifndef _OSK_H #define _OSK_H /* INCLUDES ******************************************************************/ #include #include #include #include #include #include #include "main.h" #endif /* EOF */