summaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
authorrgl <devnull@localhost>2020-02-05 10:35:54 +0100
committerrgl <devnull@localhost>2020-02-05 10:35:54 +0100
commit23650a74a173f000b0d4014db1273df99869e4fa (patch)
tree82c17a1652c9005a40152b317c859cbce4be76dc /fns.h
downloadst-23650a74a173f000b0d4014db1273df99869e4fa.tar.gz
st-23650a74a173f000b0d4014db1273df99869e4fa.tar.bz2
st-23650a74a173f000b0d4014db1273df99869e4fa.zip
let's get started.
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fns.h b/fns.h
new file mode 100644
index 0000000..44e0892
--- /dev/null
+++ b/fns.h
@@ -0,0 +1 @@
+#define FPS2MS(fps) (1000/(fps))