aboutsummaryrefslogtreecommitdiffstats
path: root/src/sldj.h
diff options
context:
space:
mode:
authornathansmith117 <nathansmith117@sdf.org>2025-02-10 08:12:55 +0000
committernathansmith117 <nathansmith117@sdf.org>2025-02-10 08:12:55 +0000
commitb04d5702719eca30a95d1db2a927b6605ebd3477 (patch)
treec388a6b152c117e2903e7acf63054211739e6df4 /src/sldj.h
parentfe9b718f8978cfd792f7303214b2dd45172b8d4b (diff)
downloadsldj-b04d5702719eca30a95d1db2a927b6605ebd3477.tar.gz
sldj-b04d5702719eca30a95d1db2a927b6605ebd3477.tar.bz2
sldj-b04d5702719eca30a95d1db2a927b6605ebd3477.zip
Some fast math stuff added
Diffstat (limited to 'src/sldj.h')
-rw-r--r--src/sldj.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sldj.h b/src/sldj.h
index 7788a86..d64b99c 100644
--- a/src/sldj.h
+++ b/src/sldj.h
@@ -14,7 +14,8 @@
typedef struct Sldj {
RenderTexture viewport;
-
+
+ uint8_t targetFps;
uint32_t frameCounter;
// Used for always using a 0 to 2**16 range when scanning.