| 3520 | } |
| 3521 | |
| 3522 | void cliFunc_aniDel( char* args ) |
| 3523 | { |
| 3524 | print( NL ); // No \r\n by default after the command is entered |
| 3525 | |
| 3526 | // TODO |
| 3527 | Pixel_AnimationStack.size--; |
| 3528 | } |
| 3529 | |
| 3530 | void cliFunc_aniStack( char* args ) |
| 3531 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…