summaryrefslogtreecommitdiff
path: root/inc/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/mem.h')
-rw-r--r--inc/mem.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/mem.h b/inc/mem.h
index 86bed3f..4ebdf61 100644
--- a/inc/mem.h
+++ b/inc/mem.h
@@ -9,12 +9,21 @@ struct mem_st {
};
int mem_pos();
+
int mem_inc();
int mem_dec();
+
int mem_left();
int mem_right();
+
int mem_get();
int mem_set(char v);
+
void mem_printDebug();
+
+//Added
+//int mem_add(int amout);
+//int mem_move(int amout);
+
#endif