summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sstv-encode.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/tools/sstv-encode.cpp b/src/tools/sstv-encode.cpp
new file mode 100644
index 0000000..fe925ed
--- /dev/null
+++ b/src/tools/sstv-encode.cpp
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) <vasi.vilvoiu@gmail.com>
+ *
+ * libsstv is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
+int a = 0;
+
+int main()
+{
+ return 0;
+} \ No newline at end of file