]> git.saurik.com Git - wxWidgets.git/blame - include/wx/mediactrl.h
reSWIGged
[wxWidgets.git] / include / wx / mediactrl.h
CommitLineData
1a680109
RN
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__)
212945de 15#include "wx/mac/carbon/mediactrl.h"
72259e00
RL
16#endif
17