mirror of
https://github.com/luanti-org/minetestmapper.git
synced 2025-10-06 05:45:21 +02:00
Move include files
This commit is contained in:
10
include/util.h
Normal file
10
include/util.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
Reference in New Issue
Block a user