PCG Lib
Library for procedural content generation
framework.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
4 // Windows Header Files
5 #include <windows.h>