libdnet/source/libdnet/libdnet.d

15 lines
372 B
D
Raw Normal View History

2021-12-27 11:11:41 +00:00
/**
* 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)
*/
}