13 lines
188 B
C
13 lines
188 B
C
|
#ifndef TAPE_CONFIG_H
|
||
|
#define TAPE_CONFIG_H
|
||
|
|
||
|
#include "filetape.h"
|
||
|
|
||
|
namespace tape {
|
||
|
|
||
|
FileTapeSettings init_settings(int argc, char **argv);
|
||
|
|
||
|
} // namespace tape
|
||
|
|
||
|
#endif // !TAPE_CONFIG_H
|