diff options
Diffstat (limited to 'ieview/Options.h')
-rw-r--r-- | ieview/Options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ieview/Options.h b/ieview/Options.h index 139c71b..58f758c 100644 --- a/ieview/Options.h +++ b/ieview/Options.h @@ -232,6 +232,8 @@ public: static void setGeneralFlags(int flags);
static int getGeneralFlags();
+ static void setEmbedsize(int size);
+ static int getEmbedsize();
static bool isMathModule();
static bool isSmileyAdd();
|