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

22
lib/maxsdk31/alerts.h Executable file
View File

@@ -0,0 +1,22 @@
//-----------------------------------------------------------------------------
// -------------------
// File ....: alerts.h
// -------------------
// Author...: Gus J Grubba
// Date ....: April 1997
// O.S. ....: Windows NT 4.0
//
// History .: Apr, 02 1997 - Created
//
// 3D Studio Max Notification Alerts
//
//-----------------------------------------------------------------------------
#ifndef _ALERTS_H_
#define _ALERTS_H_
#define NOTIFY_FAILURE (1<<0)
#define NOTIFY_PROGRESS (1<<1)
#define NOTIFY_COMPLETION (1<<2)
#endif