mirror of
https://github.com/AxioDL/amuse.git
synced 2025-05-14 19:31:33 +00:00
11 lines
265 B
C++
11 lines
265 B
C++
#ifndef __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
|
|
#define __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
|
|
|
|
#import <CoreAudioKit/CoreAudioKit.h>
|
|
|
|
@interface AudioUnitViewController : AUViewController <AUAudioUnitFactory>
|
|
|
|
@end
|
|
|
|
#endif // __AMUSE_AUDIOUNIT_VIEWCONTROLLER_HPP__
|