mirror of
https://github.com/overte-org/overte.git
synced 2025-05-03 07:09:02 +02:00
8 lines
151 B
C++
8 lines
151 B
C++
#ifndef __interface__InterfaceMacOSX
|
|
#define __interface__InterfaceMacOSX
|
|
|
|
class Oscilloscope;
|
|
|
|
void initMacOSXMenu(Oscilloscope *audioScope);
|
|
|
|
#endif
|