fallout2-ce/src/mapper/map_func.h

12 lines
205 B
C
Raw Normal View History

2023-07-23 20:50:07 -07:00
#ifndef FALLOUT_MAPPER_MAP_FUNC_H_
#define FALLOUT_MAPPER_MAP_FUNC_H_
namespace fallout {
void setup_map_dirs();
2023-07-23 21:17:21 -07:00
void copy_proto_lists();
2023-07-23 20:50:07 -07:00
} // namespace fallout
#endif /* FALLOUT_MAPPER_MAP_FUNC_H_ */