From 0fdfb4a668847d25a7f9ced56c436e2d1eb57340 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 5 Sep 2014 19:36:23 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4174701 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +smxtools +======== + +Tools for inspecting .smx files. Included are two projects: +* smxdasm - A C# library for reading .smx files. +* smxviewer - A C# UI for inspecting .smx files.