Deprecated debug grid.

This commit is contained in:
2021-07-12 10:25:19 -07:00
parent 3c1d4cf83a
commit 67197178c2

View File

@ -12,6 +12,7 @@
* Create a grid debug tool.
*
* @return Grid Debug tool.
* @deprecated
*/
griddebug_t * gridDebugCreate();
@ -19,6 +20,7 @@ griddebug_t * gridDebugCreate();
* Render a grid debug tool.
*
* @param grid Grid debug tool to render.
* @deprecated
*/
void gridDebugRender(griddebug_t *grid);
@ -26,5 +28,6 @@ void gridDebugRender(griddebug_t *grid);
* Dispose a previously created grid debug tool
*
* @param grid Grid tool to clean up.
* @deprecated
*/
void gridDebugDispose(griddebug_t *grid);