rc: add ability to define and use float variables
commited986db5898bcfac0ca30f17f59dcd1e92d6ea26
authorrofl0r <rofl0r@users.noreply.github.com>
Mon, 28 Mar 2022 18:55:28 +0000 (28 18:55 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Mon, 28 Mar 2022 18:55:28 +0000 (28 18:55 +0000)
treeaf9783a4a601a8225900fd867783e84f988a5c4c
parentcc5726edbda706b59e583b9a1a5a691c5823f40f
rc: add ability to define and use float variables

this may eventually be used for things like scale, to allow
scales with fractional parts, or stretch factors.
it's currently unused, but since it only adds like 20-30 opcodes
to the binary, i'm adding it anyway.
rc.h
rcvars.c