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 {
|
||||
class sunBinary : IDisposable {
|
||||
public struct sunPoint {
|
||||
aBinaryWriter mWriter;
|
||||
sunBinarySection mText, mData, mDataString, mSymbol, mSymbolString;
|
||||
int mDataCount, mSymbolCount, mVarCount;
|
||||
|
@ -428,7 +429,6 @@ namespace arookas {
|
|||
}
|
||||
}
|
||||
|
||||
struct sunPoint {
|
||||
readonly uint mOffset;
|
||||
|
||||
public uint Offset {
|
||||
|
|
|
@ -339,7 +339,7 @@ namespace arookas {
|
|||
}
|
||||
}
|
||||
|
||||
enum sunSymbolType {
|
||||
public enum sunSymbolType {
|
||||
Builtin,
|
||||
Function,
|
||||
Variable,
|
||||
|
|
Loading…
Reference in a new issue