summaryrefslogtreecommitdiffstats
path: root/demos/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/utils.h')
-rw-r--r--demos/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/utils.h b/demos/utils.h
new file mode 100644
index 0000000..e6650c3
--- /dev/null
+++ b/demos/utils.h
@@ -0,0 +1,5 @@
+// License: CC0 / Public Domain
+#pragma once
+#include "common.h"
+
+const char *get_cache_dir(char (*buf)[512]);