Loading...
Searching...
No Matches
gameloop.h
Go to the documentation of this file.
1
76#ifndef SNES_GAMELOOP_H
77#define SNES_GAMELOOP_H
78
79#include <snes/types.h>
80#include <snes/scene.h>
81
100
121
122#endif /* SNES_GAMELOOP_H */
void gameLoopRun(const GameLoopConfig *cfg)
Run the OpenSNES game loop. Never returns.
Scene GameLoopConfig
Game loop callbacks. Alias for Scene from <snes/scene.h>.
Definition gameloop.h:99
Opt-in scene/state stack — push/pop game scenes without rolling your own state machine.
A single scene's callbacks.
Definition scene.h:144
OpenSNES Standard Types.