mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 08:30:05 +00:00
Add MapTime type
This commit is contained in:
parent
6e4b9cd331
commit
b50bfc564f
2 changed files with 19 additions and 0 deletions
18
scwx-qt/source/scwx/qt/types/map_types.hpp
Normal file
18
scwx-qt/source/scwx/qt/types/map_types.hpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#pragma once
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace qt
|
||||
{
|
||||
namespace types
|
||||
{
|
||||
|
||||
enum class MapTime
|
||||
{
|
||||
Live,
|
||||
Archive
|
||||
};
|
||||
|
||||
} // namespace types
|
||||
} // namespace qt
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue