1
0
Fork 0
skibidifetch/src/fps.h
Ari Archer e95064d450
init
Signed-off-by: Ari Archer <ari@ari.lt>
2024-05-04 00:45:20 +03:00

8 lines
96 B
C

#ifndef _FPS_H
#define _FPS_H
#ifndef FPS
#define FPS 24
#endif /* FPS */
#endif /* _FPS_H */