Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
extract.hpp
Go to the documentation of this file.
1//
2// Created by kj16609 on 6/14/23.
3//
4
5#pragma once
6#ifndef ATLASGAMEMANAGER_EXTRACT_HPP
7#define ATLASGAMEMANAGER_EXTRACT_HPP
8
9#include <filesystem>
10
11namespace atlas
12{
13 std::vector< char > extract( const std::filesystem::path path );
14}
15
16#endif //ATLASGAMEMANAGER_EXTRACT_HPP
Definition Column.hpp:15
std::vector< char > extract(const std::filesystem::path path)
Definition extract.cpp:36