readd framework.h

This commit is contained in:
INSANEMODE
2020-11-13 04:11:18 -06:00
parent 3bf51e8ea2
commit 5b6126e339
3 changed files with 9 additions and 0 deletions

5
framework.h Normal 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>