Voxeloop
0.1.0
Musical Loop Generation in Voxel World
FileHandler.hpp
Go to the documentation of this file.
1
#ifndef CORE_INCLUDE_FILEHANDLER_HPP
2
#define CORE_INCLUDE_FILEHANDLER_HPP
3
4
#include <cerrno>
5
#include <fstream>
6
#include <iostream>
7
#include <sstream>
8
#include <string>
9
10
std::string
getFileData
(
const
char
*filename);
11
12
#endif
// CORE_INCLUDE_FILEHANDLER_HPP
getFileData
std::string getFileData(const char *filename)
Definition:
FileHandler.cpp:4
core
include
FileHandler.hpp
Generated by
1.9.0