Deprecated debug grid.
This commit is contained in:
@ -12,6 +12,7 @@
|
|||||||
* Create a grid debug tool.
|
* Create a grid debug tool.
|
||||||
*
|
*
|
||||||
* @return Grid Debug tool.
|
* @return Grid Debug tool.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
griddebug_t * gridDebugCreate();
|
griddebug_t * gridDebugCreate();
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ griddebug_t * gridDebugCreate();
|
|||||||
* Render a grid debug tool.
|
* Render a grid debug tool.
|
||||||
*
|
*
|
||||||
* @param grid Grid debug tool to render.
|
* @param grid Grid debug tool to render.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
void gridDebugRender(griddebug_t *grid);
|
void gridDebugRender(griddebug_t *grid);
|
||||||
|
|
||||||
@ -26,5 +28,6 @@ void gridDebugRender(griddebug_t *grid);
|
|||||||
* Dispose a previously created grid debug tool
|
* Dispose a previously created grid debug tool
|
||||||
*
|
*
|
||||||
* @param grid Grid tool to clean up.
|
* @param grid Grid tool to clean up.
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
void gridDebugDispose(griddebug_t *grid);
|
void gridDebugDispose(griddebug_t *grid);
|
Reference in New Issue
Block a user