aboutsummaryrefslogtreecommitdiff
path: root/src/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h5
1 files changed, 5 insertions, 0 deletions
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 <stdint.h>
+#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;