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

View file

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