Add files

This commit is contained in:
2025-01-29 10:55:49 +01:00
commit 98fba39c36
1017 changed files with 403715 additions and 0 deletions

9
Kinc/Sources/kinc/pch.h Normal file
View 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