Welcome to mirror list, hosted at ThFree Co, Russian Federation.

drape_hints.hpp « drape_frontend - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5b6ec6c9aa52e017d969888897589a0ab57bf78 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

namespace df
{
struct Hints
{
  bool m_isFirstLaunch = false;
  bool m_isLaunchByDeepLink = false;
  bool m_screenshotMode = false;
};
}  // namespace df