MeshLib C++ Docs
Loading...
Searching...
No Matches
MRConsoleWindows.h
Go to the documentation of this file.
1#pragma once
2#include "exports.h"
3#include <vector>
4#include <string>
5
6namespace MR
7{
10
11
12#ifdef _WIN32
14MRVIEWER_API std::vector<std::string> ConvertArgv();
15
18struct MRVIEWER_CLASS ConsoleRunner
19{
20 MRVIEWER_API ConsoleRunner( bool runConsole );
21 MRVIEWER_API ~ConsoleRunner();
22private:
23 bool consoleStarted_{ false };
24};
25#endif
26
27}
only for bindings generation
Definition MRCameraOrientationPlugin.h:8