PixelBullet
0.0.1
A C++ game engine
Loading...
Searching...
No Matches
engine
include
pixelbullet
filesystem
file.h
1
#pragma once
2
3
#include <filesystem>
4
#include <optional>
5
#include <string>
6
#include <vector>
7
8
namespace
pixelbullet
9
{
10
class
File
11
{
12
public
:
13
static
std::optional<std::string> Read(
const
std::filesystem::path& path);
14
15
static
std::vector<unsigned char> ReadBytes(
const
std::filesystem::path& path);
16
};
17
}
// namespace pixelbullet
pixelbullet::File
Definition
file.h:11
Generated by
1.12.0