15 lines
328 B
C
15 lines
328 B
C
/* * * * * * * *\
|
|
MEMMGMT.H -
|
|
Copyright (c) 2023 Vortesys
|
|
DESCRIPTION -
|
|
Header containing the functions and variables
|
|
related to Program Manager's memory management.
|
|
LICENSE INFORMATION -
|
|
MIT License, see LICENSE.txt in the root folder
|
|
\* * * * * * * */
|
|
|
|
/* Pragmas */
|
|
#pragma once
|
|
|
|
/* Includes */
|
|
#include <wtypes.h> |