mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Merged New Inventory Project into main branch
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1871 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+4
-4
@@ -5,11 +5,11 @@
|
||||
|
||||
// Message box flags
|
||||
#define MSG_BOX_FLAG_USE_CENTERING_RECT 0x0001 // Pass in a rect to center in
|
||||
#define MSG_BOX_FLAG_OK 0x0002 // Displays OK button
|
||||
#define MSG_BOX_FLAG_YESNO 0x0004 // Displays YES NO buttons
|
||||
#define MSG_BOX_FLAG_CANCEL 0x0008 // Displays YES NO buttons
|
||||
#define MSG_BOX_FLAG_OK 0x0002 // Displays OK button
|
||||
#define MSG_BOX_FLAG_YESNO 0x0004 // Displays YES NO buttons
|
||||
#define MSG_BOX_FLAG_CANCEL 0x0008 // Displays YES NO buttons
|
||||
#define MSG_BOX_FLAG_FOUR_NUMBERED_BUTTONS 0x0010 // Displays four numbered buttons, 1-4
|
||||
#define MSG_BOX_FLAG_YESNOCONTRACT 0x0020 // yes no and contract buttons
|
||||
#define MSG_BOX_FLAG_YESNOCONTRACT 0x0020 // yes no and contract buttons
|
||||
#define MSG_BOX_FLAG_OKCONTRACT 0x0040 // ok and contract buttons
|
||||
#define MSG_BOX_FLAG_YESNOLIE 0x0080 // ok and contract buttons
|
||||
#define MSG_BOX_FLAG_CONTINUESTOP 0x0100 // continue stop box
|
||||
|
||||
Reference in New Issue
Block a user