Mercurial > wgsdk
view include/dialog/dlg_config.h @ 12:dd427b7cc459 default tip
json: replace with nxjson library
more lightweight, reduces the binary size by about 40 kb
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Fri, 15 Mar 2024 20:46:18 -0400 |
| parents | e6a594f16403 |
| children |
line wrap: on
line source
#ifndef __dialog__dlg_config_h #define __dialog__dlg_config_h #include <windef.h> BOOL CALLBACK cfg_win_proc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); #endif // __dialog__dlg_config_h
