8 lines
58 B
C
8 lines
58 B
C
|
#pragma once
|
||
|
|
||
|
#if JUCE_MAC
|
||
|
void disableAppNap();
|
||
|
#endif
|
||
|
|
||
|
|