parser: Identify namespaces (#499)

This commit is contained in:
MS
2024-01-28 09:25:45 -05:00
committed by GitHub
parent d9c4151bb8
commit 4137cd75e6
6 changed files with 280 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ vtable_cases = [
("??_7LegoCarBuildAnimPresenter@@6B@", "LegoCarBuildAnimPresenter"),
("??_7?$MxCollection@PAVLegoWorld@@@@6B@", "MxCollection<LegoWorld *>"),
("??_7?$MxPtrList@VLegoPathController@@@@6B@", "MxPtrList<LegoPathController>"),
("??_7Renderer@Tgl@@6B@", "Tgl::Renderer"),
]