bump product version to 6.3.0.0.beta1
[LibreOffice.git] / avmedia / source / vlc / inc / wrapper / Wrapper.hxx
blobf5276e4bb2376ce033f1303fc99a916c612c2399
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #ifndef INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
11 #define INCLUDED_AVMEDIA_SOURCE_VLC_INC_WRAPPER_WRAPPER_HXX
13 #include <wrapper/Common.hxx>
14 #include <wrapper/EventHandler.hxx>
15 #include <wrapper/EventManager.hxx>
16 #include <wrapper/Instance.hxx>
17 #include <wrapper/Media.hxx>
18 #include <wrapper/Player.hxx>
20 #endif
22 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */