recastnavigation / recastnavigation

Industry-standard navigation-mesh toolset for games

Home Page:http://recastnav.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typedef integer flag types as appropriate

grahamboree opened this issue · comments

Split out from #81

There are a few cases where we use integer types to represent flags or ID's, and typedef-ing them would make the code a bit more self-documenting. See #81 for further discussion.