Conversation
Thanks to robojumper for helping match zGridReset
🆗 ✅+2832 bytes No Regressions 🎉Progress: 11📈 |
SquareMan
left a comment
There was a problem hiding this comment.
Functions are looking good but there's a few minor things that need addressing before merge.
src/SB/Game/zGrid.h
Outdated
| #include "xMath.h" | ||
|
|
||
| #include <PowerPC_EABI_Support\MSL_C\MSL_Common\cmath> |
There was a problem hiding this comment.
Additionally, I might be wrong so ignore this if it doesn't work but I"m pretty sure the cmath include should just be this:
| #include "xMath.h" | |
| #include <PowerPC_EABI_Support\MSL_C\MSL_Common\cmath> | |
| #include "xMath.h" | |
| #include <cmath> |
There was a problem hiding this comment.
Nope, full path is necessary unfortunately.
There was a problem hiding this comment.
Ok, this may be a project configuration issue I should look into.
There was a problem hiding this comment.
It should still be moved to zGrid.cpp though
🆗 ✅+2832 bytes No Regressions 🎉Progress: 11📈 |
🆗 ✅+2832 bytes No Regressions 🎉Progress: 11📈 |
No description provided.