aboutsummaryrefslogtreecommitdiff
path: root/dat.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 /dat.h
parent97ec1b6d99fa48e46d9ba15ddbf434df2008dfdb (diff)
downloadmusw-d85705bf67be2a23e3d928f9670732be5484f958.tar.gz
musw-d85705bf67be2a23e3d928f9670732be5484f958.tar.bz2
musw-d85705bf67be2a23e3d928f9670732be5484f958.zip
first stages of a full-featured client.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dat.h b/dat.h
index 9ea1f7f..643216e 100644
--- a/dat.h
+++ b/dat.h
@@ -1,5 +1,3 @@
-#define FPS2MS(fps) (1000/(fps))
-
typedef struct GameState GameState;
typedef struct Derivative Derivative;
typedef struct Conn Conn;