src/Configuration.h
branchv_0
changeset 17 ea36eed9683f
parent 14 a7596589a5b0
--- a/src/Configuration.h	Sat Oct 24 00:08:18 2020 +0200
+++ b/src/Configuration.h	Sun Apr 18 10:42:54 2021 +0200
@@ -29,6 +29,7 @@
 class Configuration {
 public:
 	relpipe::reader::boolean_t writeHeader = true;
+	relpipe::reader::boolean_t writeTypes = false;
 
 	virtual ~Configuration() {
 	}