| 768 | public: |
| 769 | CCC_DebugFonts(LPCSTR N) : IConsole_Command(N) { bEmptyArgsHandled = true; } |
| 770 | virtual void Execute(LPCSTR args) { HUD().GetUI()->StartStopMenu(xr_new<CUIDebugFonts>(), true); } |
| 771 | }; |
| 772 | |
| 773 | class CCC_DebugNode : public IConsole_Command |
nothing calls this directly
no test coverage detected