diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-03 01:08:28 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-03 01:08:28 +0200 |
commit | 4bdad2d5c7dec0eb19c418cadb47cc3124092310 (patch) | |
tree | c80d9cceb8e10e91daf38657cf64d8ce0bbf3104 /inc/mem.h | |
parent | fcb9ff2b96de6989e9a676e96753b1b1279acf67 (diff) |
Diffstat (limited to 'inc/mem.h')
-rw-r--r-- | inc/mem.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |