forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Kinc/Sources/kinc/pch.h
Normal file
9
Kha/Kinc/Sources/kinc/pch.h
Normal file
@ -0,0 +1,9 @@
|
||||
/*! \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
|
Reference in New Issue
Block a user