XboxDev / nxdk-pdclib

The Public Domain C Library (adapted for original Xbox / nxdk toolchain)
http://pdclib.rootdirectory.de
Creative Commons Zero v1.0 Universal
19 stars 9 forks source link

Add extension hook if corresponding header is found #13

Closed thrimbor closed 5 years ago

thrimbor commented 5 years ago

This adds the required pre-processor definitions to activate the PDCLib extension hooks if a properly named header is found.

It activates the changes introduced in the following PRs: https://github.com/XboxDev/nxdk/pull/185 https://github.com/XboxDev/nxdk/pull/186 https://github.com/XboxDev/nxdk/pull/204 https://github.com/XboxDev/nxdk/pull/205

This PR can be merged before the aforementioned - the hooks will simply be inactive then.