aboutsummaryrefslogtreecommitdiff
path: root/src/tsfwriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tsfwriter.h')
-rw-r--r--src/tsfwriter.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/tsfwriter.h b/src/tsfwriter.h
new file mode 100644
index 0000000..18f19d6
--- /dev/null
+++ b/src/tsfwriter.h
@@ -0,0 +1,22 @@
1#ifndef TSF_WRITER_H
2#define TSF_WRITER_H
3
4#include <stdint.h>
5
6namespace Bu
7{
8 /**
9 *
10 */
11 class TsfWriter
12 {
13 public:
14 TsfWriter();
15 virtual ~TsfWriter();
16
17 private:
18
19 };
20}
21
22#endif