about summary refs log tree commit diff homepage
path: root/torus.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-08 00:30:21 -0500
committerJune McEnroe <june@causal.agency>2019-01-08 00:30:21 -0500
commit643af427588de649b66717d9d7eed19d3d147f62 (patch)
treefd4db42dc8742c7fd564daa78e62e3460dc7e302 /torus.h
parentRemove incorrect default coordinates (diff)
downloadtorus-643af427588de649b66717d9d7eed19d3d147f62.tar.gz
torus-643af427588de649b66717d9d7eed19d3d147f62.zip
Factor out default paths
Diffstat (limited to '')
-rw-r--r--torus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/torus.h b/torus.h
index b9d842f..d5accf5 100644
--- a/torus.h
+++ b/torus.h
@@ -25,6 +25,10 @@
 
 #define ARRAY_LEN(a) (sizeof(a) / sizeof((a)[0]))
 
+static const char DefaultDataPath[] = "torus.dat";
+static const char DefaultSockPath[] = "torus.sock";
+static const char DefaultFontPath[] = "default8x16.psfu";
+
 enum {
 	ColorBlack,
 	ColorRed,