|
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/core.h"#include <SDL3/SDL.h>#include <SDL3_mixer/SDL_mixer.h>#include <SDL3_ttf/SDL_ttf.h>#include <algorithm>#include <format>#include "./asw/modules/action.h"#include "./asw/modules/assets.h"#include "./asw/modules/display.h"#include "./asw/modules/input.h"#include "./asw/modules/log.h"#include "./asw/modules/sound.h"#include "./asw/modules/util.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{core.cpp} |
Variables | |
| bool | anonymous_namespace{core.cpp}::exiting = false |