11 lines
180 B
C
11 lines
180 B
C
![]() |
#ifndef FALLOUT_MAPPER_MAP_FUNC_H_
|
||
|
#define FALLOUT_MAPPER_MAP_FUNC_H_
|
||
|
|
||
|
namespace fallout {
|
||
|
|
||
|
void setup_map_dirs();
|
||
|
|
||
|
} // namespace fallout
|
||
|
|
||
|
#endif /* FALLOUT_MAPPER_MAP_FUNC_H_ */
|