mirror of https://github.com/deavminet/libdnet.git
Removed uneeded app.d
This commit is contained in:
parent
27ef2b908e
commit
7d096ce8f2
|
@ -1,6 +0,0 @@
|
||||||
import std.stdio;
|
|
||||||
|
|
||||||
void main()
|
|
||||||
{
|
|
||||||
writeln("Edit source/app.d to start your project.");
|
|
||||||
}
|
|
|
@ -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)
|
||||||
|
*/
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
|
module libdnet;
|
Loading…
Reference in New Issue