#ifndef ICL_WIDGET_CAPTURE_MODE_H #define ICL_WIDGET_CAPTURE_MODE_H namespace icl{ enum ICLWidgetCaptureMode{ capturingStarted, capturingStopped, capturingPaused }; } #endif