diff options
| author | auth12 <[email protected]> | 2020-07-24 10:56:14 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-24 10:56:14 -0700 |
| commit | e487ffe1671ba807528d4039ef66f8f8f7eeb853 (patch) | |
| tree | c65cc4dd529f8e37f9cca81d38c749dece13a574 /client/src/util/io.h | |
| parent | Injection and server changes. (diff) | |
| download | loader-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.h | 1 |
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 |