directx-headers

Official DirectX headers for development under open source license

brewmacoslinux
Try with needOr install directly
Source

About

Official DirectX headers available under an open source license

Commands

directx-headers

Examples

Include DirectX headers in C++ project compilation$ g++ -I$(brew --prefix directx-headers)/include myapp.cpp -o myapp
Check installed DirectX header version$ ls $(brew --prefix directx-headers)/include
Reference DirectX headers path in build configuration$ echo $(brew --prefix directx-headers)/include