From 5da56616cccf4e595ec6a556cf1aef40b37746e3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 28 Aug 2021 18:59:29 +0200 Subject: Move sources to ... well, src ;) --- configure.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 configure.h (limited to 'configure.h') diff --git a/configure.h b/configure.h deleted file mode 100644 index 95b6765..0000000 --- a/configure.h +++ /dev/null @@ -1,19 +0,0 @@ -// -*- c++ -*- -#pragma once - -#include -#include -#include - -extern std::filesystem::path configurationFile;; -extern std::filesystem::path configHeaderFile; - -int configure(int argc, char* argv[]); - -bool hasConfiguration(const std::string& key); -const std::string& getConfiguration(const std::string& key, - const std::string& defaultValue); - -const std::map& configuration(); - -extern const std::map default_configuration; -- cgit v1.2.3