minetestmapper/util.h
2014-07-08 15:08:07 +02:00

11 lines
172 B
C++

#ifndef _UTIL_H
#define _UTIL_H
#include <string>
#include <stdexcept>
#include <fstream>
std::string get_setting(std::string name, std::istream &is);
#endif // _UTIL_H