mirror of https://github.com/daleclack/My_GtkUi
8 lines
158 B
C++
8 lines
158 B
C++
|
#pragma once
|
||
|
|
||
|
#include <iostream>
|
||
|
#include <fstream>
|
||
|
#include <string>
|
||
|
|
||
|
bool readCfgFile(const char * cfgfilePath,const std::string &key,std::string &value);
|