OSDN Git Service

DirectX11 SDK のTutorial07をほとんど真似て立方体を回してみた。
[shooting3/dxgi_test.git] / dxgi_test / audio_base.h
1 #pragma once
2 /*
3   ==============================================================================
4
5    Copyright 2005-11 by Satoshi Fujiwara.
6
7    mini timer can be redistributed and/or modified under the terms of the
8    GNU General Public License, as published by the Free Software Foundation;
9    either version 2 of the License, or (at your option) any later version.
10
11    mini timer is distributed in the hope that it will be useful,
12    but WITHOUT ANY WARRANTY; without even the implied warranty of
13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14    GNU General Public License for more details.
15
16    You should have received a copy of the GNU General Public License
17    along with mini timer; if not, visit www.gnu.org/licenses or write to the
18    Free Software Foundation, Inc., 59 Temple Place, Suite 330, 
19    Boston, MA 02111-1307 USA
20
21   ==============================================================================
22 */
23 namespace sf {
24 struct audio_base : boost::noncopyable
25 {
26
27 };
28 }
29