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

18
progmgr/memmgmt.c Normal file
View File

@@ -0,0 +1,18 @@
/* * * * * * * *\
MEMMGMT.C -
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's memory management functions
LICENSE INFORMATION -
MIT License, see LICENSE.txt in the root folder
\* * * * * * * */
/* Headers */
#include "memmgmt.h"
// #define WIN32_LEAN_AND_MEAN
#include <Windows.h>
/* Variables */
/* Functions */