From 97727601bdc6d93d1576ea80a01b820cc34e3fb1 Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 2 Oct 2005 02:18:05 +0000 Subject: Made Region Select part of regular selection. git-svn-id: http://svn.leocad.org/trunk@424 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/typedefs.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'common/typedefs.h') diff --git a/common/typedefs.h b/common/typedefs.h index e3c1309..754bbae 100644 --- a/common/typedefs.h +++ b/common/typedefs.h @@ -7,7 +7,9 @@ class Group; class Piece; class PieceInfo; + #include "defines.h" +#include "str.h" typedef enum { @@ -142,7 +144,6 @@ typedef enum typedef enum { LC_ACTION_SELECT, - LC_ACTION_SELECT_REGION, LC_ACTION_INSERT, LC_ACTION_LIGHT, LC_ACTION_SPOTLIGHT, @@ -278,6 +279,7 @@ typedef enum { LC_DLG_STEPCHOOSE, LC_DLG_EDITGROUPS, LC_DLG_GROUP, + LC_DLG_EDITCATEGORY, LC_DLG_ABOUT } LC_DIALOGS; @@ -374,4 +376,10 @@ typedef struct char strHeader[256]; } LC_PREFERENCESDLG_OPTS; +typedef struct +{ + String Name; + String Keywords; +} LC_CATEGORYDLG_OPTS; + #endif -- cgit v1.2.3