My_GtkUi/cfgfile/cfgfile.hh

8 lines
158 B
C++
Raw Permalink Normal View History

2022-02-03 18:42:36 +08:00
#pragma once
#include <iostream>
#include <fstream>
#include <string>
bool readCfgFile(const char * cfgfilePath,const std::string &key,std::string &value);