/*==============================================================================
Copyright (c) 2012-2014 Qualcomm Connected Experiences, Inc.
All Rights Reserved.
Confidential and Proprietary - Protected under copyright and other laws.
==============================================================================*/

using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UnityEngine;

namespace Vuforia
{
    /// <summary>
    /// This MonoBehaviour manages the usage of a webcam for Play Mode in Windows or Mac.
    /// </summary>
    public class WebCamBehaviour : WebCamAbstractBehaviour
    {
    }
}
