prep for memory management

This commit is contained in:
freedom7341
2023-09-22 14:17:16 -06:00
parent 6943fc563b
commit 24a17d0287
8 changed files with 50 additions and 4 deletions

15
progmgr/memmgmt.h Normal file
View File

@@ -0,0 +1,15 @@
/* * * * * * * *\
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>