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
4
const
int
FPS
= 60;
5
const
int
MILLISECS_PER_FRAME
= 1000 /
FPS
;
6
7
const
int
PIXELS_PER_METER
= 50;
8
9
#endif
PIXELS_PER_METER
const int PIXELS_PER_METER
Definition
d2Constants.h:7
FPS
const int FPS
Definition
d2Constants.h:4
MILLISECS_PER_FRAME
const int MILLISECS_PER_FRAME
Definition
d2Constants.h:5
dura2d
d2Constants.h
Generated by
1.12.0