atrooney-online-2/text_file_functions.h
2017-01-18 03:19:26 +01:00

15 lines
348 B
C

#ifndef TEXT_FILE_FUNCTIONS_H
#define TEXT_FILE_FUNCTIONS_H
#include "datatypes.h"
#include <QString>
#include <QFile>
QString get_user_theme();
void write_to_serverlist_txt(QString p_line);
QVector<server_type> read_serverlist_txt();
pos_size_type get_pos_and_size(QString p_identifier, QString p_design_path);
#endif // TEXT_FILE_FUNCTIONS_H