Initial Commit

This commit is contained in:
tzx
2026-01-30 21:43:50 -08:00
commit 4fabd7cd1a
10 changed files with 302 additions and 0 deletions

5
framework.h Executable file
View File

@@ -0,0 +1,5 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files
#include <windows.h>