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
assets.cpp File Reference
#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"
Include dependency graph for assets.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{assets.cpp}
 

Variables

std::unordered_map< std::string, asw::Textureanonymous_namespace{assets.cpp}::textures
 
std::unordered_map< std::string, asw::Fontanonymous_namespace{assets.cpp}::fonts
 
std::unordered_map< std::string, asw::Sampleanonymous_namespace{assets.cpp}::samples
 
std::unordered_map< std::string, asw::Musicanonymous_namespace{assets.cpp}::music