mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
10 lines
234 B
C
10 lines
234 B
C
|
|
#ifndef __gtk_ardour_global_signals_h__
|
||
|
|
#define __gtk_ardour_global_signals_h__
|
||
|
|
|
||
|
|
#include <sigc++/signal.h>
|
||
|
|
|
||
|
|
extern sigc::signal<void> ColorsChanged;
|
||
|
|
extern sigc::signal<void> DPIReset;
|
||
|
|
|
||
|
|
#endif /* __gtk_ardour_global_signals_h__ */
|