Add initial stuff

This commit is contained in:
Zontreck 2020-09-03 15:15:31 -07:00
parent 04c7fe42f2
commit a0e91cf37f
2 changed files with 23 additions and 0 deletions

10
Tools.cs Normal file
View file

@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace LibZNI
{
class Tools
{
}
}