added everything

This commit is contained in:
Metario
2017-04-17 06:17:10 -06:00
commit 9c6ff74f19
6121 changed files with 1625704 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)