Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
Builders.hpp File Reference
#include <filesystem>
#include <iostream>
#include <ECS/Registry.hpp>
Include dependency graph for Builders.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  shkyera
 
namespace  shkyera::serialization
 

Functions

std::unique_ptr< shkyera::Registryshkyera::serialization::fromBinary (std::istream &serialized)
 
void shkyera::serialization::toBinary (std::ostream &outputStream, Registry const *registry)
 
std::string shkyera::serialization::pathAssetToBinary (const std::filesystem::path &path)