Implementar systema de idiomas con gl, es y en
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
@ -8,10 +8,9 @@ class Config {
|
||||
|
||||
public:
|
||||
Config(int8_t numHilos, std::string tiempo);
|
||||
// ~Config();
|
||||
int8_t getNumHilos();
|
||||
std::string getTiempo();
|
||||
void setNumHilos(int8_t numHilos);
|
||||
void setTiempo(std::string timepo);
|
||||
void setTiempo(std::string tiempo);
|
||||
};
|
||||
#endif // __CONFIG_HPP_
|
||||
|
Reference in New Issue
Block a user