aboutsummaryrefslogtreecommitdiff
path: root/client/src/util/io.h
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-24 10:56:14 -0700
committerauth12 <[email protected]>2020-07-24 10:56:14 -0700
commite487ffe1671ba807528d4039ef66f8f8f7eeb853 (patch)
treec65cc4dd529f8e37f9cca81d38c749dece13a574 /client/src/util/io.h
parentInjection and server changes. (diff)
downloadloader-e487ffe1671ba807528d4039ef66f8f8f7eeb853.tar.xz
loader-e487ffe1671ba807528d4039ef66f8f8f7eeb853.zip
Injection process changes and server improvements.
Diffstat (limited to 'client/src/util/io.h')
-rw-r--r--client/src/util/io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/util/io.h b/client/src/util/io.h
index a69940e..0678e9f 100644
--- a/client/src/util/io.h
+++ b/client/src/util/io.h
@@ -8,4 +8,5 @@ namespace io {
extern std::shared_ptr<spdlog::logger> logger;
void init();
+ bool read_file(const std::string_view name, std::vector<char>& out);
}; // namespace io