1.0.2
Hello, here's version 1.02.
- Try catch improved.
- Readjusted code.
- Code identification modified.
- New functions for the 'user' to interact were added..
- The object's constructor is no longer responsible for creating our window, it is now necessary to make a call to start_window ().
Issue Found 1#: An assert statement for ImGui_ImplWin32_Init and ImGui_ImplDX9_Init caused a problem using the release version.
Fixed 1#: Assert was removed and a try catch was implemented instead. There is no more failure when using the release version.