base wxMediaCtrl files
[wxWidgets.git] / include / wx / mediactrl.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/mediactrl.h
3 // Purpose: wxMediaCtrl class
4 // Author: Ryan Norton <wxprojects@comcast.net>
5 // Modified by:
6 // Created: 11/07/04
7 // RCS-ID: $Id$
8 // Copyright: (c) Ryan Norton
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #if defined(__WXMSW__)
13 #include "wx/msw/mediactrl.h"
14 #elif defined(__WXMAC__)
15 #include "wx/mac/mediactrl.h"
16 #else
17 #error wxMediaCtrl not supported on this platform!
18 #endif