diff options
Diffstat (limited to 'sciteco.h')
| -rw-r--r-- | sciteco.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ #define PACKAGE_NAME "SciTECO" #define PACKAGE_STRING PACKAGE_NAME " " PACKAGE_VERSION +namespace Flags { + enum { + ED_HOOKS = (1 << 5) + }; + + extern gint64 ed; +} + extern gchar *cmdline; extern bool quit_requested; |
