]> gitweb.hhaalo.de Git - discspan.git/commitdiff
add: lib public header file
authorBastian Dehn <hhaalo@arcor.de>
Fri, 13 Aug 2021 19:49:41 +0000 (21:49 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 13 Aug 2021 19:49:41 +0000 (21:49 +0200)
libspandisc/libspandisc.h [new file with mode: 0644]

diff --git a/libspandisc/libspandisc.h b/libspandisc/libspandisc.h
new file mode 100644 (file)
index 0000000..5c07e22
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef LIBSPANDISC_H
+#define LIBSPANDISC_H
+
+#include "spandisc.h"
+#include "logic.h"
+#include "filehandler.h"
+#include "splitter.h"
+
+#endif