| 2655 | ******************/ |
| 2656 | |
| 2657 | static void IConsoleDebugLibRegister() |
| 2658 | { |
| 2659 | IConsole::CmdRegister("resettile", ConResetTile); |
| 2660 | IConsole::AliasRegister("dbg_echo", "echo %A; echo %B"); |
| 2661 | IConsole::AliasRegister("dbg_echo2", "echo %!"); |
| 2662 | } |
| 2663 | #endif |
| 2664 | |
| 2665 | static bool ConFramerate(std::span<std::string_view> argv) |
no outgoing calls
no test coverage detected