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++.
|
Core routines including main loop and initialization. More...
Go to the source code of this file.
Namespaces | |
namespace | asw |
namespace | asw::core |
Functions | |
void | asw::core::update () |
Updates core module functionality. | |
void | asw::core::init (int width, int height, int scale=1) |
Initializes the core module. | |
void | asw::core::print_info () |
Prints information about the core module. | |
Variables | |
bool | asw::core::exit = false |
When set to true, exits the main loop. | |
Core routines including main loop and initialization.
Definition in file core.h.