Added a clear function.
This commit is contained in:
parent
0ab5431c5f
commit
c4fc1f9f4f
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ namespace arookas
|
|||
loops.Pop();
|
||||
}
|
||||
|
||||
public void Clear() { loops.Clear(); }
|
||||
|
||||
public bool AddBreak(sunPoint point) { return AddBreak(point, null); }
|
||||
public bool AddContinue(sunPoint point) { return AddContinue(point, null); }
|
||||
public bool AddBreak(sunPoint point, string name)
|
||||
|
|
Loading…
Reference in a new issue