From 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Tue, 3 Jan 2023 09:31:51 +0100 Subject: Separated out libcommon as libreichwein --- libcommon/file.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libcommon/file.h (limited to 'libcommon/file.h') diff --git a/libcommon/file.h b/libcommon/file.h deleted file mode 100644 index e7e4cf6..0000000 --- a/libcommon/file.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace File { - -std::string getFile(const std::filesystem::path& filename); -void setFile(const std::filesystem::path& filename, const std::string& s); -void setFile(const std::filesystem::path& filename, const char* data, size_t size); -void setFile(const std::filesystem::path& filename, const std::vector& data); - -} -- cgit v1.2.3