Skip to content

Commit 5c5d084

Browse files
Linux bug fixes.
1 parent 0bb951a commit 5c5d084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample_template/application.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
#include "processing.hpp"
88

9+
bool onButtonClicked(cv::Rect onButtonPlace, int x, int y);
10+
bool offButtonClicked(cv::Rect offButtonPlace, int x, int y);
11+
912
class Application
1013
{
1114
public:

0 commit comments

Comments
 (0)