From 92ee655e2e54a3f5ef4a088c6156998f381a6acf Mon Sep 17 00:00:00 2001 From: Curtis 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 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, -- cgit 1.4.1