aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CellBuffer.h')
-rw-r--r--src/CellBuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h
index acac9fa2f..4a1ecb398 100644
--- a/src/CellBuffer.h
+++ b/src/CellBuffer.h
@@ -58,6 +58,7 @@ public:
void Expand(int sizeNew);
void ExpandLevels(int sizeNew=-1);
+ void ClearLevels();
void InsertValue(int pos, int value);
void SetValue(int pos, int value);
void Remove(int pos);
@@ -220,6 +221,7 @@ public:
int SetLevel(int line, int level);
int GetLevel(int line);
+ void ClearLevels();
};
#define CELL_SIZE 2