#ifndef FILELOADER_H #define FILELOADER_H FILELOADER_H #include class FileLoader { public: void * loadFile(const std::string & fullPath, const std::string & shortPath, int & size); }; #endif