From def9f601c0248274ede63f4105c9d12c1d58985b Mon Sep 17 00:00:00 2001 From: "kevin.larke" Date: Fri, 3 Apr 2020 16:41:11 -0400 Subject: [PATCH] README.md : updates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d029c8..8572d99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # To Do +- Any socket function which takes a IP/port address should have a version which also takes a sockaddr_in*. - Fix the time functions to make them more convenient and C++ish. - implement floating point UI numbers - UI needs a special UUID (not kInvalidId) to specify the 'root' UI element. See note in cwUi._createFromObj()