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