mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Added ProgressType enum and updated single include
This commit is contained in:
5
include/indicators/progress_type.hpp
Normal file
5
include/indicators/progress_type.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace indicators {
|
||||
enum class ProgressType { incremental, decremental };
|
||||
}
|
||||
Reference in New Issue
Block a user