10 lines
258 B
C
Raw Permalink Normal View History

2025-01-29 10:55:49 +01:00
/*! \file pch.h
\brief This header is deprecated, please ignore.
*/
#ifdef _MSC_VER
#pragma message("pch.h is deprecated and there is no need to include it anymore")
#else
#warning "pch.h is deprecated and there is no need to include it anymore"
#endif