Initial commit

This commit is contained in:
Eagle517
2025-02-17 23:17:30 -06:00
commit 7cad314c94
4726 changed files with 1145203 additions and 0 deletions

13
lib/maxsdk40/SystemUtilities.h Executable file
View File

@@ -0,0 +1,13 @@
//***************************************************************************
// SystemUtilities.h
// A collection of system utilities
// Christer Janson
// Discreet, A division of Autodesk, Inc.
// San Francisco, CA - March 27, 2000
UtilExport bool IsDebugging(); // Are we running under a debugger?
UtilExport int NumberOfProcessors(); // Number of processors in the system.
UtilExport bool IsWindows9x(); // Are we running on Windows 9x?
UtilExport bool IsWindows98or2000(); // Are we running on Windows 98 or 2000?
UtilExport int GetScreenWidth(); // The width of the screen (including multiple monitors)
UtilExport int GetScreenHeight(); // The height of the screen (including multiple monitors)