MeshLib C++ Docs
Loading...
Searching...
No Matches
MRWebResponseCallback.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRViewerFwd.h"
4#include <json/forwards.h>
5
6namespace MR
7{
8
9using WebResponseCallback = std::function<void( const Json::Value& response )>;
10
11} //namespace MR
Definition MRCameraOrientationPlugin.h:8
std::function< void(const Json::Value &response)> WebResponseCallback
Definition MRWebResponseCallback.h:9