diff options
| author | Adrian Ulbrich <adrian.ulbrich.2003@gmail.com> | 2019-11-06 21:07:49 +0100 |
|---|---|---|
| committer | Adrian Ulbrich <adrian.ulbrich.2003@gmail.com> | 2019-11-06 21:07:49 +0100 |
| commit | e63155370c817a1d9c16ef798b0a55e6fe328941 (patch) | |
| tree | ab4a65ab60f2e547008eb6c1fe409633521bbf1f /Unicity.Renderer/WindowCreationFailedException.cs | |
| parent | 5d4b4023bddd12e27c6756793aea2ff36d49e124 (diff) | |
| download | Unicity-e63155370c817a1d9c16ef798b0a55e6fe328941.tar.gz Unicity-e63155370c817a1d9c16ef798b0a55e6fe328941.tar.bz2 Unicity-e63155370c817a1d9c16ef798b0a55e6fe328941.zip | |
3d support
Diffstat (limited to 'Unicity.Renderer/WindowCreationFailedException.cs')
| -rw-r--r-- | Unicity.Renderer/WindowCreationFailedException.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Unicity.Renderer/WindowCreationFailedException.cs b/Unicity.Renderer/WindowCreationFailedException.cs index 380ffb6..322c6e5 100644 --- a/Unicity.Renderer/WindowCreationFailedException.cs +++ b/Unicity.Renderer/WindowCreationFailedException.cs @@ -1,6 +1,8 @@ -namespace Unicity.Renderer +using System; + +namespace Unicity.Renderer { - class WindowCreationFailedException : System.Exception + class WindowCreationFailedException : Exception { public WindowCreationFailedException(string message) : base(message) { |
