/* * PROJECT: ReactOS On-Screen Keyboard * LICENSE: GPL - See COPYING in the top level directory * FILE: base/applications/osk/osk.h * PURPOSE: On screen keyboard. * PROGRAMMERS: Denis ROBERT */ #ifndef _OSK_H #define _OSK_H /* INCLUDES ******************************************************************/ #include #include #include #include "main.h" #endif /* EOF */