diff options
Diffstat (limited to 'src/cuchaz/enigma/Deobfuscator.java')
| -rw-r--r-- | src/cuchaz/enigma/Deobfuscator.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cuchaz/enigma/Deobfuscator.java b/src/cuchaz/enigma/Deobfuscator.java index a3937b4..65e618a 100644 --- a/src/cuchaz/enigma/Deobfuscator.java +++ b/src/cuchaz/enigma/Deobfuscator.java | |||
| @@ -79,6 +79,11 @@ public class Deobfuscator | |||
| 79 | return m_file.getName(); | 79 | return m_file.getName(); |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | public Ancestries getAncestries( ) | ||
| 83 | { | ||
| 84 | return m_ancestries; | ||
| 85 | } | ||
| 86 | |||
| 82 | public Mappings getMappings( ) | 87 | public Mappings getMappings( ) |
| 83 | { | 88 | { |
| 84 | return m_mappings; | 89 | return m_mappings; |