just a bunch of stuff to prove that i'm alive

This commit is contained in:
freedom
2023-07-19 00:40:13 -06:00
parent 7ddb89ebfe
commit fa8b528b59
28 changed files with 259 additions and 1 deletions

View File

@@ -7,4 +7,12 @@
MIT License, see LICENSE.txt in the root folder
\* * * * * * * */
/* Pragmas */
#pragma once
#pragma comment(linker,"\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
/* Macros and Defines */
#define CharSizeOf(x) (sizeof(x) / sizeof(*x))