Deprecated debug grid.
This commit is contained in:
@ -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);
|
Reference in New Issue
Block a user