|
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++.
|
#include "./asw/modules/assets.h"#include <SDL3/SDL.h>#include <SDL3_image/SDL_image.h>#include <SDL3_mixer/SDL_mixer.h>#include <SDL3_ttf/SDL_ttf.h>#include <string>#include <unordered_map>#include "./asw/modules/display.h"#include "./asw/modules/sound.h"#include "./asw/modules/types.h"#include "./asw/modules/util.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{assets.cpp} |
Variables | |
| std::unordered_map< std::string, asw::Texture > | anonymous_namespace{assets.cpp}::textures |
| std::unordered_map< std::string, asw::Font > | anonymous_namespace{assets.cpp}::fonts |
| std::unordered_map< std::string, asw::Sample > | anonymous_namespace{assets.cpp}::samples |
| std::unordered_map< std::string, asw::Music > | anonymous_namespace{assets.cpp}::music |