Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
Checking in latest changes for v1.5
  • Loading branch information
enusbaum committed Mar 4, 2019
1 parent 94b8990 commit 3ae1954
Show file tree
Hide file tree
Showing 19 changed files with 2,431 additions and 903 deletions.
1 change: 1 addition & 0 deletions MBBSDASM/Analysis/Artifacts/ModuleDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace MBBSDASM.Analysis.Artifacts
public class ModuleDefinition
{
public string Name { get; set; }
public string Comment { get; set; }
public List<Export> Exports { get; set; }
}
}
Loading

0 comments on commit 3ae1954

Please sign in to comment.