diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 30a8464..d22264b 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,9 @@ #pragma once -#include <al/types.h> +#include <al/str.h> + +extern str nn_temp_directory; bool nn_common_init(const char *thread_name); +void nn_common_set_temp_directory(str *dir); void nn_common_close(void); |