Add bx.natvis (#179)

This commit is contained in:
MaulingMonkey
2018-04-12 09:07:17 -07:00
committed by Branimir Karadžić
parent f02913f826
commit 2ca39fce29
2 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ project "bx"
path.join(BX_DIR, "include/**.h"),
path.join(BX_DIR, "include/**.inl"),
path.join(BX_DIR, "src/**.cpp"),
path.join(BX_DIR, "scripts/**.natvis"),
}
configuration { "Debug" }