Grabby/GrbyCfg/Dialog.c
snow flurry 69476552e8 Overhaul repository structure to add config
I wish I didn't end up doing this all at once, but ah well. Quick rundown:

- CommonCfg contains config/registry functions shared between Grabby and GrbyCfg.
- GrbyCfg provides a dialog for configuring Grabby.

git-svn-id: svn://vcs.sdm.2ki.xyz/Grabby/trunk@16 27729192-006e-004d-b9b5-06fbd0ef7001
2024-02-26 06:18:00 +00:00

11 lines
175 B
C

#define _IS_DIALOG_C_
#include "stdafx.h"
#include "Dialog.h"
void
InitUserMsgs(void)
{
DEFINE_USER_MSG(WMU_SAVE_CONFIG);
DEFINE_USER_MSG(WMU_SETTING_CHANGED);
}