aboutsummaryrefslogtreecommitdiff
path: root/src/taf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/taf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/taf.h b/src/taf.h
new file mode 100644
index 0000000..109275c
--- /dev/null
+++ b/src/taf.h
@@ -0,0 +1,11 @@
1//
2// There's no protection on this file, it just includes other files.
3//
4
5#include "bu/tafnode.h"
6#include "bu/tafgroup.h"
7#include "bu/tafproperty.h"
8#include "bu/tafcomment.h"
9#include "bu/tafreader.h"
10#include "bu/tafwriter.h"
11