Added sunPoint and sunSymbolType public

This commit is contained in:
arookas 2016-02-07 16:18:40 -05:00
parent e90ecf89a8
commit b7126c1334
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -339,7 +339,7 @@ namespace arookas {
}
}
enum sunSymbolType {
public enum sunSymbolType {
Builtin,
Function,
Variable,