Console client: Separate lib stuff from console client, in order to use it for tests.

This commit is contained in:
lotodore
2008-12-23 17:24:31 +00:00
parent 04616ef89c
commit 457ce36a98
39 changed files with 2165 additions and 28 deletions
+1
View File
@@ -21,6 +21,7 @@ using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using pokerth_lib;
namespace pokerth_console
{