mloop/src/ui.h

15 lines
123 B
C++

/* $Id$ */
#ifndef UI_H
#define UI_H
class UI {
private:
int m_loop;
public:
bool Run(Jack &j);
};
#endif /* UI_H */