13 lines
275 B
C
13 lines
275 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
|