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
Adapter_BackEnd
framework.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6