|
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/display.h"#include <SDL3/SDL.h>#include <SDL3_image/SDL_image.h>#include <string>#include "./asw/modules/types.h"#include "./asw/modules/util.h"Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{display.cpp} |
Variables | |
| asw::Renderer * | anonymous_namespace{display.cpp}::renderer = nullptr |
| asw::Window * | anonymous_namespace{display.cpp}::window = nullptr |