7 lines
91 B
C
7 lines
91 B
C
#ifndef UITHREAD_H
|
|
#define UITHREAD_H
|
|
|
|
void setupUI();
|
|
void loopUI();
|
|
|
|
#endif // UITHREAD_H
|