summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-02 21:18:45 -0400
committerSam Anthony <sam@samanthony.xyz>2024-11-02 21:18:45 -0400
commit341e7010688bce33c8710ac660d2ef9552420566 (patch)
tree9a24cf20b3148055d5969094d7dfaccba1fda3d3 /config.h
parentb0419e52199baed105cf7f0c6c096d58d49ab5c3 (diff)
downloadballs-341e7010688bce33c8710ac660d2ef9552420566.zip
move FPS into config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9868f14..4734242 100644
--- a/config.h
+++ b/config.h
@@ -4,3 +4,5 @@
#ifdef WINDOWS
#pragma warning(disable : 4996)
#endif
+
+enum { FPS = 60 }; /* Frames per second. */