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
asw.h
Go to the documentation of this file.
1#ifndef ASW_H
2#define ASW_H
3
4#define SDL_MAIN_HANDLED
5
6#include "./modules/assets.h"
7#include "./modules/core.h"
8#include "./modules/display.h"
9#include "./modules/draw.h"
10#include "./modules/game.h"
11#include "./modules/geometry.h"
12#include "./modules/input.h"
13#include "./modules/random.h"
14#include "./modules/scene.h"
15#include "./modules/sound.h"
16#include "./modules/types.h"
17#include "./modules/util.h"
18
19#endif // ASW_H
Asset routines for the ASW library.
Core routines including main loop and initialization.
Display and window routines for the ASW library.
Routines for drawing sprites and primitives to the screen.
Common geometry types.
Input module for the ASW library.
Random module for the ASW library.
Scene manager.
Sound module for the ASW library.
Types used throughout the ASW library.
General utility functions.