Design Pattern Examples
Overview of object-oriented design patterns
framework.h
Go to the documentation of this file.
1
4
5#pragma once
6
7// Only compile this on Windows
8#ifdef _MSC_VER
9#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
10// Windows Header Files
11#include <windows.h>
12#endif