diff options
Diffstat (limited to 'torus.h')
-rw-r--r-- | torus.h | 4 |
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, |