From 8bcbd2729388edc63c82d77d314b583af1447c49 Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 14 Sep 2025 19:16:44 +0500 Subject: Cleanup math with qfengine ports again --- core/utils/physfs.hh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 core/utils/physfs.hh (limited to 'core/utils/physfs.hh') diff --git a/core/utils/physfs.hh b/core/utils/physfs.hh deleted file mode 100644 index 220954e..0000000 --- a/core/utils/physfs.hh +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -namespace utils -{ -bool read_file(std::string_view path, std::vector& buffer); -bool read_file(std::string_view path, std::string& buffer); -bool write_file(std::string_view path, const std::vector& buffer); -bool write_file(std::string_view path, const std::string& buffer); -} // namespace utils - -namespace utils -{ -std::string_view physfs_error(void); -} // namespace utils -- cgit