Files
aman-es/src/stdafx.h
Sven Czarnian f0db197d7d remove GDI+
2021-08-10 07:56:41 +02:00

20 lines
411 B
C++

/*
* @brief Defines the include header for all euroscope files
* @file euroscope/stdafx.h
* @author Sven Czarnian <devel@svcz.de>
* @copyright Copyright 2020-2021 Sven Czarnian
* @license This project is published under the GNU General Public License v3 (GPLv3)
*/
#pragma once
#include <algorithm>
#include "res/targetver.h"
#include <Windows.h>
using std::min;
using std::max;
#include <version.h>