From 29dd4b948356df965d3d6f5e35a6054b09d3f1f4 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 20 Aug 2014 11:17:05 -0700 Subject: [PATCH] Create README.md --- src/xenia/core/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/xenia/core/README.md diff --git a/src/xenia/core/README.md b/src/xenia/core/README.md new file mode 100644 index 000000000..8fa35ec20 --- /dev/null +++ b/src/xenia/core/README.md @@ -0,0 +1,6 @@ +TODO(benvanik): remove all of this code. + +* hash can be moved to util/ +* ref can be removed when run_loop is rewritten +* run_loop should be moved to ui/ (perhaps) +* socket can be moved to poly