Added ProgressType enum and updated single include

This commit is contained in:
Pranav Srinivas Kumar
2020-05-24 22:43:53 -05:00
parent 4dff4e7c5b
commit d0562438d5
3 changed files with 56 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
namespace indicators {
enum class ProgressType { incremental, decremental };
}