Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
simple_storage.h File Reference
#include <map>
#include <optional>
#include <stdexcept>
#include <string>
#include <variant>
Include dependency graph for simple_storage.h:

Go to the source code of this file.

Classes

class  SimpleStorage
 Simple key–value storage system for persisting basic data types. More...
 
struct  SimpleStorage::overloaded< TSelector >