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
commit92ee655e2e54a3f5ef4a088c6156998f381a6acf (patch)
tree2512071cd129b92adfc35cc3002a1d1a98c4da84 /torus.h
parentRemove incorrect default coordinates (diff)
downloadtorus-92ee655e2e54a3f5ef4a088c6156998f381a6acf.tar.gz
torus-92ee655e2e54a3f5ef4a088c6156998f381a6acf.zip
Factor out default paths
Diffstat (limited to 'torus.h')
-rw-r--r--torus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/torus.h b/torus.h
index ba552eb..7326099 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,