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;