summaryrefslogtreecommitdiff
path: root/src/common.h
blob: d22264b5c11349f1b7728a39d61afa251430c053 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#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);