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

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

#include "basic_tiling_render_policy.hpp"

class TilingRenderPolicyST : public BasicTilingRenderPolicy
{
public:

  TilingRenderPolicyST(Params const & p);

  ~TilingRenderPolicyST();

  void SetRenderFn(TRenderFn const & renderFn);
};