On Fri Mar 15 19:02:25 2024 +0000, Zebediah Figura wrote:
What issue?
It was an issue with importing d3d9.h. It would fail to build:
`error: Unable to open include file stdlib.h`
The file d3d9.h is needed for the interfaces IDirect3D9 and IDirect3DResource9. I added a forward declaration for them.