Began working on a graphical playground for testing.

Improved SDL exception class.

Engine code changes.

General progress.
This commit is contained in:
2020-05-27 00:20:41 -05:00
parent 0f0395fd63
commit a013c476e7
13 changed files with 191 additions and 43 deletions

View File

@@ -52,5 +52,10 @@ namespace SlatedGameToolkit.Tools.Commands
{
return invokers;
}
public void Dispose()
{
}
}
}