Files
Program-Manager-II/progmgr/dialog.h
freedom a4f7046760 resources... i hate them
the dialogs are pretty chill though
2023-08-11 02:17:23 -06:00

17 lines
473 B
C

/* * * * * * * *\
DIALOG.H -
Copyright (c) 2023 freedom7341, Vortesys
DESCRIPTION -
Dialog function prototypes and related
common dialog functions.
LICENSE INFORMATION -
MIT License, see LICENSE.txt in the root folder
\* * * * * * * */
/* Pragmas */
#pragma once
/* Function Prototypes */
BOOL CALLBACK ItemDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);
BOOL CALLBACK GroupDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam);