Added overload to variable-symbol constructor
This commit is contained in:
parent
e76205afea
commit
12f8ba2fc6
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ namespace arookas {
|
||||||
get { return (uint)Index; }
|
get { return (uint)Index; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public sunVariableSymbol(string name)
|
||||||
|
: this(name, 0, 0) { }
|
||||||
public sunVariableSymbol(string name, int display, int index)
|
public sunVariableSymbol(string name, int display, int index)
|
||||||
: base(name) {
|
: base(name) {
|
||||||
mDisplay = display;
|
mDisplay = display;
|
||||||
|
|
Loading…
Reference in a new issue