MeshLib C Docs
Loading...
Searching...
No Matches
MRMisonLoad.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_expected_MR_LoadedObjectT_std_string MR_expected_MR_LoadedObjectT_std_string; // Defined in `#include <MRCMisc/expected_MR_LoadedObjectT_std_string.h>`.
10typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
11typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
12
13
26
33
34#ifdef __cplusplus
35} // extern "C"
36#endif
struct MR_expected_MR_LoadedObjectT_std_string MR_expected_MR_LoadedObjectT_std_string
Definition MR3mf.h:9
struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
MRC_API MR_expected_MR_LoadedObjectT_std_string * MR_fromSceneMison_std_istream(MR_std_istream *in, const MR_std_function_bool_from_float *callback)
MRC_API MR_expected_MR_LoadedObjectT_std_string * MR_fromSceneMison_std_filesystem_path(const char *path, const char *path_end, const MR_std_function_bool_from_float *callback)
#define MRC_API
Definition exports.h:11