| 258 | void SetCustomArrow3d(std::optional<Arrow3dCustomDecl> arrow3dCustomDecl); |
| 259 | |
| 260 | dp::ApiVersion GetApiVersion() const { return m_frontend->GetApiVersion(); } |
| 261 | |
| 262 | private: |
| 263 | void AddUserEvent(drape_ptr<UserEvent> && e); |
no outgoing calls
no test coverage detected