|
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++.
|
Functions | |
| void | update () |
| Updates core module functionality. | |
| void | init (int width, int height, int scale=1) |
| Initializes the core module. | |
| void | print_info () |
| Prints information about the core module. | |
Variables | |
| bool | exit = false |
| When set to true, exits the main loop. | |
| void asw::core::init | ( | int | width, |
| int | height, | ||
| int | scale = 1 ) |
| void asw::core::print_info | ( | ) |
| void asw::core::update | ( | ) |