From 7d096ce8f281ad0d4d5615b28c7b32b3cc32c883 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 27 Dec 2021 13:11:41 +0200 Subject: [PATCH] Removed uneeded app.d --- source/app.d | 6 ------ source/libdnet/libdnet.d | 14 ++++++++++++++ source/libdnet/package.d | 4 ++++ 3 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 source/app.d create mode 100644 source/libdnet/libdnet.d create mode 100644 source/libdnet/package.d diff --git a/source/app.d b/source/app.d deleted file mode 100644 index c3eec7f..0000000 --- a/source/app.d +++ /dev/null @@ -1,6 +0,0 @@ -import std.stdio; - -void main() -{ - writeln("Edit source/app.d to start your project."); -} diff --git a/source/libdnet/libdnet.d b/source/libdnet/libdnet.d new file mode 100644 index 0000000..13f446b --- /dev/null +++ b/source/libdnet/libdnet.d @@ -0,0 +1,14 @@ +/** +* TODO +*/ +module libdnet.libdnet; + +public class Client +{ + /** + * TODO: We need to re-write Tasky before we can start work on this (urgent) + * TODO: We need to add signal handling to tristanable (not, urgent) + * TODO: We need to check eventy and make sure it is fully completed and + * documented and working (also check if it requires any signal handling, doubt) + */ +} diff --git a/source/libdnet/package.d b/source/libdnet/package.d new file mode 100644 index 0000000..0bae34b --- /dev/null +++ b/source/libdnet/package.d @@ -0,0 +1,4 @@ +/** +* TODO +*/ +module libdnet;