Initial commit to add all 3 custom projects

This commit is contained in:
2026-03-30 21:43:47 +11:00
commit fed40b0c90
29 changed files with 3127 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#define NOMINMAX // Prevent windows.h from defining min/max macros
// which break std::min / std::max (C2589)
// Windows Header Files
#include <windows.h>