From 341e7010688bce33c8710ac660d2ef9552420566 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sat, 2 Nov 2024 21:18:45 -0400 Subject: move FPS into config.h --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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. */ -- cgit v1.2.3