NoiceSynth/UIThread.h
2026-02-26 22:34:36 +01:00

7 lines
79 B
C

#ifndef UI_THREAD_H
#define UI_THREAD_H
void setupUI();
void loopUI();
#endif