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
include
asw
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/action.h
"
7
#include "
./modules/assets.h
"
8
#include "
./modules/color.h
"
9
#include "
./modules/core.h
"
10
#include "
./modules/display.h
"
11
#include "
./modules/draw.h
"
12
#include "
./modules/easing.h
"
13
#include "
./modules/game.h
"
14
#include "
./modules/geometry.h
"
15
#include "
./modules/input.h
"
16
#include "
./modules/log.h
"
17
#include "
./modules/particles.h
"
18
#include "
./modules/random.h
"
19
#include "
./modules/scene.h
"
20
#include "
./modules/sound.h
"
21
#include "
./modules/types.h
"
22
#include "
./modules/ui/ui.h
"
23
#include "
./modules/util.h
"
24
25
#endif
// ASW_H
action.h
Action binding system for the ASW library.
assets.h
Asset routines for the ASW library.
color.h
core.h
Core routines including main loop and initialization.
display.h
Display and window routines for the ASW library.
draw.h
Routines for drawing sprites and primitives to the screen.
easing.h
Easing functions for animations.
game.h
geometry.h
Common geometry types.
input.h
Input module for the ASW library.
log.h
Structured logging system.
particles.h
Lightweight particle emitter system.
random.h
Random module for the ASW library.
scene.h
Scene manager.
sound.h
Sound module for the ASW library.
types.h
Types used throughout the ASW library.
ui.h
Main include file for the ASW UI module.
util.h
General utility functions.
Generated by
1.12.0