1
0
Fork 0
x64dbg/x64_dbg_dbg/filereader.h

12 lines
203 B
C++

#ifndef _FILEREADER_H
#define _FILEREADER_H
#include "_global.h"
class FileReader
{
public:
static bool ReadAllText(const String & fileName, String & content);
};
#endif //_FILEREADER_H