aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-07-27 13:55:18 +0000
committerrodri <rgl@antares-labs.eu>2021-07-27 13:55:18 +0000
commitd85705bf67be2a23e3d928f9670732be5484f958 (patch)
tree58a79239d89c1e47ead9bfa8112c53027a80f8c2 /fns.h
parent97ec1b6d99fa48e46d9ba15ddbf434df2008dfdb (diff)
downloadmusw-d85705bf67be2a23e3d928f9670732be5484f958.tar.gz
musw-d85705bf67be2a23e3d928f9670732be5484f958.tar.bz2
musw-d85705bf67be2a23e3d928f9670732be5484f958.zip
first stages of a full-featured client.
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fns.h b/fns.h
index a925117..38ce644 100644
--- a/fns.h
+++ b/fns.h
@@ -1,3 +1,5 @@
+#define FPS2MS(fps) (1000/(fps))
+
/*
* alloc
*/