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

Scene manager. More...

#include <chrono>
#include <iostream>
#include <memory>
#include <unordered_map>
#include <vector>
#include "./core.h"
#include "./display.h"
#include "./game.h"
Include dependency graph for scene.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asw::scene::Scene< T >
 Base class for game scenes. More...
 
class  asw::scene::SceneManager< T >
 Forward declaration of the SceneManager class. More...
 

Namespaces

namespace  asw
 
namespace  asw::scene
 

Variables

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

Detailed Description

Scene manager.

Author
Allan Legemaate (alege.nosp@m.maat.nosp@m.e@gma.nosp@m.il.c.nosp@m.om)
Date
2025-03-25

Definition in file scene.h.