1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 09:38:01 +02:00

Added Interface colorization type

This commit is contained in:
Brian Fiete 2020-08-13 07:00:49 -07:00
parent 9bbcb8eb5e
commit 7a65003679
5 changed files with 13 additions and 5 deletions

View file

@ -17,6 +17,7 @@ enum BfSourceElementType
BfSourceElementType_Method,
BfSourceElementType_Type,
BfSourceElementType_RefType,
BfSourceElementType_Interface,
BfSourceElementType_Namespace
};