summaryrefslogtreecommitdiff
path: root/src/init2.h
blob: bdc525bf5778a4cc811b60b397805f68f2c8aece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

// C linkage required for these functions since main-* code uses them.
#ifdef __cplusplus
extern "C" {
#endif

void init_file_paths(char *path);
void init_angband();

#ifdef __cplusplus
} // extern "C"
#endif