Añadida traducción de la creación de stressUI.cf

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
2020-10-28 20:25:16 +01:00
parent 819f45f32a
commit de30e69a5c
7 changed files with 56 additions and 7 deletions

View File

@ -1,6 +1,7 @@
#include "config.hpp"
#include <fstream>
#include <string>
#include <sstream>
#ifndef __CONFIG_FILE_HPP_
#define __CONFIG_FILE_HPP_
namespace cf {
@ -9,5 +10,6 @@ namespace cf {
void closeConfig(Config *config);
std::string getLine(std::ifstream *file);
void saveConfig(Config *config);
void escribirText(std::ofstream *file, std::string *text, int numSpcs);
} // namespace cf
#endif // __CONFIG_FILE_HPP_