Added sunPoint and sunSymbolType public
This commit is contained in:
parent
e90ecf89a8
commit
b7126c1334
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@ using arookas.IO.Binary;
|
||||||
|
|
||||||
namespace arookas {
|
namespace arookas {
|
||||||
class sunBinary : IDisposable {
|
class sunBinary : IDisposable {
|
||||||
|
public struct sunPoint {
|
||||||
aBinaryWriter mWriter;
|
aBinaryWriter mWriter;
|
||||||
sunBinarySection mText, mData, mDataString, mSymbol, mSymbolString;
|
sunBinarySection mText, mData, mDataString, mSymbol, mSymbolString;
|
||||||
int mDataCount, mSymbolCount, mVarCount;
|
int mDataCount, mSymbolCount, mVarCount;
|
||||||
|
@ -428,7 +429,6 @@ namespace arookas {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct sunPoint {
|
|
||||||
readonly uint mOffset;
|
readonly uint mOffset;
|
||||||
|
|
||||||
public uint Offset {
|
public uint Offset {
|
||||||
|
|
|
@ -339,7 +339,7 @@ namespace arookas {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
enum sunSymbolType {
|
public enum sunSymbolType {
|
||||||
Builtin,
|
Builtin,
|
||||||
Function,
|
Function,
|
||||||
Variable,
|
Variable,
|
||||||
|
|
Loading…
Reference in a new issue