Dura2D  v0.1.0
An educational 2D game physics library
Loading...
Searching...
No Matches
d2Constants.h
Go to the documentation of this file.
1#ifndef CONSTANTS_H
2#define CONSTANTS_H
3
4const int FPS = 60;
5const int MILLISECS_PER_FRAME = 1000 / FPS;
6
7const int PIXELS_PER_METER = 50;
8
9#endif
const int PIXELS_PER_METER
Definition d2Constants.h:7
const int FPS
Definition d2Constants.h:4
const int MILLISECS_PER_FRAME
Definition d2Constants.h:5