X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..414f2513fc42e1ec60954c7c000d7ae78ba6af8c:/include/wx/scrolbar.h diff --git a/include/wx/scrolbar.h b/include/wx/scrolbar.h index c9272e99dd..0c2011c197 100644 --- a/include/wx/scrolbar.h +++ b/include/wx/scrolbar.h @@ -1,6 +1,19 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: scrolbar.h +// Purpose: wxScrollBar base header +// Author: wxWidgets Team +// Modified by: +// Created: +// Copyright: (c) wxWidgets Team +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_SCROLBAR_H_BASE_ #define _WX_SCROLBAR_H_BASE_ +#include "wx/defs.h" + #if wxUSE_SCROLLBAR #include "wx/control.h"