|
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++.
|
Variables | |
| std::unordered_map< std::string, asw::Texture > | textures |
| std::unordered_map< std::string, asw::Font > | fonts |
| std::unordered_map< std::string, asw::Sample > | samples |
| std::unordered_map< std::string, asw::Music > | music |
| std::unordered_map<std::string, asw::Font> anonymous_namespace{assets.cpp}::fonts |
Definition at line 16 of file assets.cpp.
| std::unordered_map<std::string, asw::Music> anonymous_namespace{assets.cpp}::music |
Definition at line 18 of file assets.cpp.
| std::unordered_map<std::string, asw::Sample> anonymous_namespace{assets.cpp}::samples |
Definition at line 17 of file assets.cpp.
| std::unordered_map<std::string, asw::Texture> anonymous_namespace{assets.cpp}::textures |
Definition at line 15 of file assets.cpp.