forked from organicmaps/organicmaps-tmp
[drape] context stub. It will be contans Draw* methods. Will be specified by Komяpa
This commit is contained in:
parent
c3efdbace3
commit
9366ae7164
2 changed files with 19 additions and 0 deletions
8
drape_frontend/engine_context.cpp
Normal file
8
drape_frontend/engine_context.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "engine_context.hpp"
|
||||
|
||||
namespace df
|
||||
{
|
||||
EngineContext::EngineContext()
|
||||
{
|
||||
}
|
||||
}
|
11
drape_frontend/engine_context.hpp
Normal file
11
drape_frontend/engine_context.hpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
namespace df
|
||||
{
|
||||
class EngineContext
|
||||
{
|
||||
public:
|
||||
EngineContext();
|
||||
/// TODO котяра обещал описать данный интерфейс
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue