This commit is contained in:
ninja
2025-12-15 22:06:49 +08:00
commit 2b56cf87a8
225 changed files with 63711 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#ifdef WIN32
# pragma warning(disable: 4018 4100 4244 4701 4703)
# ifdef _UNICODE
# undef _UNICODE
# endif
# ifdef UNICODE
# undef UNICODE
# endif
#endif
#ifndef PARASOLID_INSTALL_DIR
# error PARASOLID_INSTALL_DIR environment variable required
#endif
#include <frustrum.c>