sculpto
Main Page
Namespaces
Classes
Files
File List
File Members
utilities
assets_manager
files_load.h
Go to the documentation of this file.
1
/*!****************************************************************/
/*!*
2
* \file file.h
3
* \brief Assets manager file processing functions implementation module.
4
*
5
* \author Sabitov Kirill
6
* \date 08 July 2022
7
*********************************************************************/
8
9
#pragma once
10
11
#include "
base.h
"
12
13
namespace
scl::assets_manager
14
{
15
/*!*
16
* File text load function.
17
*
18
* \param FilePath - file to path to load.
19
* \return file text string.
20
*/
21
std::string
LoadFile
(
const
std::filesystem::path &FilePath);
22
}
base.h
Topology object basis class for mesh creating implementation module.
scl::assets_manager
Definition:
files_load.h:14
scl::assets_manager::LoadFile
std::string LoadFile(const std::filesystem::path &FilePath)
Definition:
files_load.cpp:12
Generated by
1.9.4