Adding soloud stuff.

This commit is contained in:
2020-07-05 02:06:25 -05:00
parent 7d418a75ff
commit 02c1ceae14
8 changed files with 3215 additions and 19 deletions

View File

@@ -2,7 +2,6 @@
<ItemGroup>
<ProjectReference Include="..\SlatedGameToolkit.Framework\SlatedGameToolkit.Framework.csproj" />
<ProjectReference Include="..\SlatedGameToolkit.Commons\SlatedGameToolkit.Commons.csproj" />
</ItemGroup>
<PropertyGroup>

View File

@@ -4,7 +4,7 @@ using System.IO;
using System.Numerics;
using System.Runtime.InteropServices;
using SDL2;
using SlatedGameToolkit.Commons.Loaders;
using SlatedGameToolkit.Framework.Loaders;
using SlatedGameToolkit.Framework.Graphics.Render;
using SlatedGameToolkit.Framework.Graphics.Text;
using SlatedGameToolkit.Framework.Graphics.Textures;