made rh engine classes public

This commit is contained in:
Sem van der Hoeven
2020-09-30 11:44:00 +02:00
parent 3494f678e3
commit c5b9a7ec09
5 changed files with 5 additions and 20 deletions

View File

@@ -12,6 +12,7 @@
<ItemGroup>
<ProjectReference Include="..\Message\Message.csproj" />
<ProjectReference Include="..\ProftaakRH\ProftaakRH.csproj" />
<ProjectReference Include="..\RH-Engine\RH-Engine.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,6 +1,7 @@
using System;
using Hardware;
using Hardware.Simulators;
using RH_Engine;
namespace Client
{