summaryrefslogtreecommitdiff
path: root/parse_file.h
blob: 3ee8b0d7c716ccbabd07dfb278ac77cc9092bcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef PARSE_FILE_H
#define PARSE_FILE_H
#include <QFile>
#include <QDebug>
#include <QTextStream>

class parse_file
{
public:
    parse_file();
    QString parse_user_data(QString option, QString split);
    QString parse_csgo_data(QString option);
};

#endif // PARSE_FILE_H