Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
Types.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <cstddef>
// std::size_t
3
#include <cstdint>
// std::int*_t
4
#include <filesystem>
5
#include <imgui.h>
// ImVec4, ImVec2
6
#include <sstream>
// std::stringstream
7
#include <string>
// std::string, std::string_view
8
#include <vector>
9
namespace
fs = std::filesystem;
10
11
namespace
Enigma
{
12
using
byte
= std::uint8_t;
13
}
Enigma
Definition:
Constants.hpp:6
src
Core
Types.hpp
Generated on Sat Oct 19 2024 20:10:46 for Enigma by
1.9.1