Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Namespaces | Functions
vfs.cpp File Reference
#include "engine/asset/vfs/vfs.h"
#include <spdlog/spdlog.h>
#include <cstring>

Namespaces

namespace  cqsp
 When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to find out how to add a resource to the game.
 
namespace  cqsp::asset
 

Functions

std::vector< uint8_t > cqsp::asset::ReadAllFromVFile (IVirtualFile *)
 Reads all the data from the virtual file. More...
 
std::string cqsp::asset::ReadAllFromVFileToString (IVirtualFile *file)
 Don't really want this, but ah well, it cannot be helped. More...