index
:
wrapper
main
rust-old
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
io
/
config.h
blob: 7da7e98d465d291b843470858f3f96c3e36491c4 (
plain
)
1
2
3
4
5
#pragma once
#include
"map.h"
bool
load_config
(
const
char
*
path
,
RecordMap
*
map
);