mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Changed debug info for enums
This commit is contained in:
parent
c7f76f879a
commit
54fa1e0811
4 changed files with 35 additions and 38 deletions
|
@ -622,7 +622,7 @@ public:
|
|||
DbgModule* GetDbgModule();
|
||||
DbgType* GetUnderlyingType();
|
||||
DbgType* GetPrimaryType();
|
||||
DbgType* GetBaseType();
|
||||
DbgType* GetBaseType();
|
||||
DbgType* GetRootBaseType();
|
||||
DbgType* RemoveModifiers(bool* hadRef = NULL);
|
||||
String ToStringRaw(DbgLanguage language = DbgLanguage_Unknown);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue