From 643af427588de649b66717d9d7eed19d3d147f62 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 8 Jan 2019 00:30:21 -0500 Subject: Factor out default paths --- torus.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'torus.h') 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, -- cgit 1.4.1