LibCpp: Add 'Namespace' and 'Member' declaration types

This commit is contained in:
Itamar 2021-04-10 17:34:57 +03:00 committed by Andreas Kling
commit b87791cada
Notes: sideshowbarker 2024-07-18 20:26:03 +09:00
3 changed files with 8 additions and 0 deletions

View file

@ -69,6 +69,8 @@ public:
Class,
Variable,
PreprocessorDefinition,
Namespace,
Member,
};
struct Declaration {