00001 /* 00002 zoneminder settings. 00003 */ 00004 00005 #ifndef ZMSETTINGS_H 00006 #define ZMSETTINGS_H 00007 00008 #include <settings.h> 00009 00010 class ZMSettings : public ConfigurationWizard 00011 { 00012 public: 00013 ZMSettings(); 00014 }; 00015 00016 #endif