create group files, comment out some desktop stuff for debugging
This commit is contained in:
15
progmgr/group.h
Normal file
15
progmgr/group.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* * * * * * * *\
|
||||
GROUP.H -
|
||||
Copyright (c) 2023 freedom7341, Vortesys
|
||||
DESCRIPTION -
|
||||
Program group and item structures and... stuff.
|
||||
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