Enigma 3.2.2
A Simple, Reliable and Efficient Encryption Tool
Loading...
Searching...
No Matches
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>
9namespace fs = std::filesystem;
10
11namespace Enigma {
12 using byte = std::uint8_t;
13}
std::uint8_t byte
Definition Types.hpp:12