diff options
Diffstat (limited to 'ARMeilleure/Translation/PTC/SymbolType.cs')
| -rw-r--r-- | ARMeilleure/Translation/PTC/SymbolType.cs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ARMeilleure/Translation/PTC/SymbolType.cs b/ARMeilleure/Translation/PTC/SymbolType.cs deleted file mode 100644 index cd7b6c1c..00000000 --- a/ARMeilleure/Translation/PTC/SymbolType.cs +++ /dev/null @@ -1,28 +0,0 @@ -namespace ARMeilleure.Translation.PTC -{ - /// <summary> - /// Types of <see cref="Symbol"/>. - /// </summary> - enum SymbolType : byte - { - /// <summary> - /// Refers to nothing, i.e no symbol. - /// </summary> - None, - - /// <summary> - /// Refers to an entry in <see cref="Delegates"/>. - /// </summary> - DelegateTable, - - /// <summary> - /// Refers to an entry in <see cref="Translator.FunctionTable"/>. - /// </summary> - FunctionTable, - - /// <summary> - /// Refers to a special symbol which is handled by <see cref="Ptc.PatchCode"/>. - /// </summary> - Special - } -} |
