Initial commit
This commit is contained in:
22
Torque/SDK/lib/maxsdk40/alerts.h
Normal file
22
Torque/SDK/lib/maxsdk40/alerts.h
Normal 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
|
||||
Reference in New Issue
Block a user