[idd] helper: send message over pipe when settings changed

This commit is contained in:
Quantum
2026-06-05 00:00:45 -04:00
committed by Geoffrey McRae
parent e4e211f07a
commit 0664e510a2
8 changed files with 50 additions and 9 deletions

View File

@@ -59,6 +59,8 @@ public:
bool Init();
void DeInit();
bool IsRunning() { return m_running; }
void ReloadSettings();
};
extern CPipeClient g_pipe;