Began listener for ui debug system
This commit is contained in:
parent
310b3edfcc
commit
5323f225d8
@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include "ContourAnalyzer.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
ContourAnalyzer::ContourAnalyzer(UI *ui) {
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
class UIListener {
|
||||
public:
|
||||
virtual UIListener();
|
||||
virtual void componentSetup() = 0;
|
||||
virtual ~UIListener();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user