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