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:
@ -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_
|
||||
|
Reference in New Issue
Block a user