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::scene Namespace Reference

Classes

class  Scene
 Base class for game scenes. More...
 
class  SceneManager
 Forward declaration of the SceneManager class. More...
 

Variables

constexpr auto timestep = 8ms
 The time step for the game loop.
 

Variable Documentation

◆ timestep

auto asw::scene::timestep = 8ms
constexpr

The time step for the game loop.

Definition at line 30 of file scene.h.