mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
6 lines
131 B
C++
6 lines
131 B
C++
|
|
#pragma once
|
|
namespace indicators {
|
|
enum class FontStyle { bold, dark, italic, underline, blink, reverse, concealed, crossed };
|
|
}
|