prep for memory management
This commit is contained in:
18
progmgr/memmgmt.c
Normal file
18
progmgr/memmgmt.c
Normal 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 */
|
||||
|
||||
Reference in New Issue
Block a user