blob: a26ba18a6115e34a0e49c328a8f4e8bf4c3ab9d6 [file] [log] [blame]
Tom Finegan1be58892016-04-11 14:38:01 -07001// Copyright (c) 2016 The WebM project authors. All Rights Reserved.
2//
3// Use of this source code is governed by a BSD-style license
4// that can be found in the LICENSE file in the root of the source
5// tree. An additional intellectual property rights grant can be found
6// in the file PATENTS. All contributing project authors may
7// be found in the AUTHORS file in the root of the source tree.
8#ifndef LIBWEBM_MKVMUXERUTIL_HPP_
9#define LIBWEBM_MKVMUXERUTIL_HPP_
10
11// This file is a wrapper for the file included immediately after this comment.
12// New projects should not include this file: include the file included below.
13#include "mkvmuxer/mkvmuxerutil.h"
14
Tom Finegan6df3e562016-04-14 16:23:15 -070015using mkvmuxer::EbmlElementSize;
16using mkvmuxer::EbmlMasterElementSize;
17
Tom Finegan1be58892016-04-11 14:38:01 -070018#endif // LIBWEBM_MKVMUXERUTIL_HPP_