You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since recent xgu changes (namely this commit), which removes inlining from xgu functions, some small source changes had to be manually added to both xgu header files before any example here could be compiled.
I've detailed the workaround in the readme, but as far as I can tell there's no way around this until the xgu functions are moved to proper .c source files.
The text was updated successfully, but these errors were encountered:
I assume this is about duplicated symbols from math.h (which includes xgu.h, in addition to each samples main.c).
It should work fine, as long as you only use/include XGU in one of the source files. This is my recommended workaround, because it will still work, even when XGU is improved.
This should hold true for most samples; it even holds true for my larger projects like Neverball.
Since recent xgu changes (namely this commit), which removes inlining from xgu functions, some small source changes had to be manually added to both xgu header files before any example here could be compiled.
I've detailed the workaround in the readme, but as far as I can tell there's no way around this until the xgu functions are moved to proper .c source files.
The text was updated successfully, but these errors were encountered: