]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/dialog.h
use q3map2 from NetRadiant (VOLUNTEERS: split this commit into functional parts!)
[xonotic/netradiant.git] / radiant / dialog.h
index 46ed965a4a18244754370a833c91dd395d32f101..97aea2cb097a249120bae889edd59b49640b992b 100644 (file)
@@ -36,7 +36,8 @@ typedef enum
   DLG_SPIN_FLOAT,
   DLG_SPIN_INT,
   DLG_ADJ_INT,
-  DLG_COMBO_INT
+  DLG_COMBO_INT,
+  DLG_COMBO_BOX_INT,
 } DLG_DATA_TYPE;
 
 class Dialog
@@ -45,7 +46,7 @@ class Dialog
   Dialog ();
   virtual ~Dialog ();
 
-  /*! 
+  /*!
   start modal dialog box
   you need to use AddModalButton to select IDOK IDCANCEL buttons
   */