ASW Lib
A.D.S. Games SDL Wrapper Library. A library targeted at Allegro4 users who want to switch to SDL3 and use modern c++.
Loading...
Searching...
No Matches
anonymous_namespace{assets.cpp} Namespace Reference

Variables

std::unordered_map< std::string, asw::Texturetextures
 
std::unordered_map< std::string, asw::Fontfonts
 
std::unordered_map< std::string, asw::Samplesamples
 
std::unordered_map< std::string, asw::Musicmusic
 

Variable Documentation

◆ fonts

std::unordered_map<std::string, asw::Font> anonymous_namespace{assets.cpp}::fonts

Definition at line 16 of file assets.cpp.

◆ music

std::unordered_map<std::string, asw::Music> anonymous_namespace{assets.cpp}::music

Definition at line 18 of file assets.cpp.

◆ samples

std::unordered_map<std::string, asw::Sample> anonymous_namespace{assets.cpp}::samples

Definition at line 17 of file assets.cpp.

◆ textures

std::unordered_map<std::string, asw::Texture> anonymous_namespace{assets.cpp}::textures

Definition at line 15 of file assets.cpp.