Closed galdar496 closed 9 years ago
Array::PushBack() is designed with a boolean return value but right now only returns true no matter what. Extend the internally used Reallocate() function to return true/false and base the PushBack return value on that.
This will depend on https://github.com/galdar496/QiGameEngine/issues/25
8b94e66f4034b2178b393659b1d0135ccf1f09ad
Array::PushBack() is designed with a boolean return value but right now only returns true no matter what. Extend the internally used Reallocate() function to return true/false and base the PushBack return value on that.