This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
============================================================================== | |
This file was auto-generated! | |
============================================================================== | |
*/ | |
#include "MainComponent.h" | |
#include "MyAudioDevice.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// | |
/// Copyright (c) 2019 wakagomo | |
/// | |
/// This source code is released under the MIT License. | |
/// http://opensource.org/licenses/mit-license.php | |
/// | |
using UnityEngine; | |
using System; |