From 613191e9e603fe8d1472016c34802156bf308f9f Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 12 Jun 2019 22:54:25 +0200 Subject: Sort-of working --- src/editor.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/editor.h') diff --git a/src/editor.h b/src/editor.h index 7c5a848..809a8c7 100644 --- a/src/editor.h +++ b/src/editor.h @@ -5,6 +5,9 @@ #include +#define _MODE_STD 0 +#define _MODE_LINE 1 + class editor : public cObject { public: @@ -21,6 +24,8 @@ public: void setMode(uint8_t _mode); + void accept(); + void update(); private: sPos currentPosition; -- cgit v1.2.3