YSE sound engine  1.0
cross platform sound engine
 All Classes Namespaces Functions Pages
device.hpp
1 /*
2  ==============================================================================
3 
4  device.h
5  Created: 10 Apr 2014 6:05:17pm
6  Author: yvan
7 
8  ==============================================================================
9 */
10 
11 #ifndef DEVICE_H_INCLUDED
12 #define DEVICE_H_INCLUDED
13 
14 namespace YSE {
19  namespace DEVICE {
20  class interfaceObject;
21  class setupObject;
22  class managerObject;
23  }
24 
25  // the interface itself gets a more generic name, so that users can just
26  // define a 'device' to get an interface object.
29 }
30 
31 
32 
33 #endif // DEVICE_H_INCLUDED