C# Class Fire_Emblem_Map_Editor.Program

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
ToDecUInt ( string a ) : UInt32
test ( string originalFile, string outputFile, int offset, int size, bool Compress ) : void

Private Methods

Method Description
Main ( string args ) : void
ToHexString ( UInt32 dec ) : string

Method Details

ToDecUInt() public static method

public static ToDecUInt ( string a ) : UInt32
a string
return System.UInt32

test() public static method

public static test ( string originalFile, string outputFile, int offset, int size, bool Compress ) : void
originalFile string
outputFile string
offset int
size int
Compress bool
return void