From 43bf0b87ad6d0c477f69d95dc973bcf032834254 Mon Sep 17 00:00:00 2001 From: darkrose Date: Sat, 23 Jan 2016 18:07:22 +1000 Subject: [PATCH] readme --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 30ff4f7..376d5cf 100644 --- a/README +++ b/README @@ -18,3 +18,8 @@ list.h - linked list code, any struct with the four prev/next/first/last pointer nvp.h - name/value pair, basic hash table on top of a linked list, use for config, or to replace cpp std::map path.h - path resolution, use this to get the path of a file thread.h - threads and mutexes, can safely lock a mutex twice from the same thread without locking up + + +some todo: +collision.c is waiting on content*.c/h for getting block data +path.c is only part done -- 2.11.4.GIT