Game Engine 2D Platformer
Classes | Variables
Timer.h File Reference
#include <SDL2/SDL.h>
#include <stdio.h>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Timer
 

Variables

const int SCREEN_FPS = 60
 
const int SCREEN_TICK_PER_FRAME = 1000 / SCREEN_FPS
 

Variable Documentation

◆ SCREEN_FPS

const int SCREEN_FPS = 60

◆ SCREEN_TICK_PER_FRAME

const int SCREEN_TICK_PER_FRAME = 1000 / SCREEN_FPS