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
core.h File Reference

Core routines including main loop and initialization. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Core routines including main loop and initialization.

Author
Allan Legemaate (alege.nosp@m.maat.nosp@m.e@gma.nosp@m.il.c.nosp@m.om)
Date
2023-09-20

Definition in file core.h.