YSE sound engine
1.0
cross platform sound engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
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.
27
typedef
DEVICE::interfaceObject
device
;
28
typedef
DEVICE::setupObject
deviceSetup
;
29
}
30
31
32
33
#endif // DEVICE_H_INCLUDED
YSE::DEVICE::setupObject
Definition:
deviceSetup.hpp:19
YSE::DEVICE::interfaceObject
Definition:
deviceInterface.hpp:26
include
device
device.hpp
Generated on Sun Jul 20 2014 16:41:58 for YSE sound engine by
1.8.6