reorganize and move things out of headers

This commit is contained in:
Brady McDermott
2024-07-30 22:08:30 -06:00
parent 174edb0aaa
commit e3187f62c3
11 changed files with 34 additions and 38 deletions

View File

@@ -8,9 +8,9 @@
\* * * * * * * */
/* Headers */
#include "progmgr.h"
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include "progmgr.h"
/* Functions */