SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLIOMemory.cpp File Reference
#include <SLIOMemory.h>
#include <unordered_map>
#include <vector>
Include dependency graph for SLIOMemory.cpp:

Go to the source code of this file.

Variables

std::unordered_map< std::string, std::vector< char > > memoryFiles
 

Detailed Description

Date
October 2022
Authors
Marino von Wattenwyl
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLIOMemory.cpp.

Variable Documentation

◆ memoryFiles

std::unordered_map<std::string, std::vector<char> > memoryFiles

Definition at line 17 of file SLIOMemory.cpp.