mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 21:33:59 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
11
libs/drape_frontend/drape_hints.hpp
Normal file
11
libs/drape_frontend/drape_hints.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace df
|
||||
{
|
||||
struct Hints
|
||||
{
|
||||
bool m_isFirstLaunch = false;
|
||||
bool m_isLaunchByDeepLink = false;
|
||||
bool m_screenshotMode = false;
|
||||
};
|
||||
} // namespace df
|
||||
Reference in New Issue
Block a user