Advertisement
Kitomas

file.hpp 2023-12-08

Dec 8th, 2023
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. #pragma once
  2.  
  3. #include <vector>
  4. #include <string>
  5.  
  6.  
  7. extern std::vector<char> file_readBin(const std::string& filePath);
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement