diff options
author | bonmas14 <bonmas14@gmail.com> | 2023-10-24 20:59:19 +0300 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2023-10-24 20:59:19 +0300 |
commit | bb22f05857bf5358343de294e98a655370e327aa (patch) | |
tree | 482f7f193105619006fb552616224ec1712908b3 /RayRoom.Tests/GlobalUsings.cs | |
parent | aad3d0382c498f6a39e5dbf5c9682e18127df353 (diff) | |
download | RayRoom-bb22f05857bf5358343de294e98a655370e327aa.tar.gz RayRoom-bb22f05857bf5358343de294e98a655370e327aa.zip |
- raycasting
- System.Drawing visualization
- some tests
Diffstat (limited to 'RayRoom.Tests/GlobalUsings.cs')
-rw-r--r-- | RayRoom.Tests/GlobalUsings.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RayRoom.Tests/GlobalUsings.cs b/RayRoom.Tests/GlobalUsings.cs new file mode 100644 index 0000000..ab67c7e --- /dev/null +++ b/RayRoom.Tests/GlobalUsings.cs @@ -0,0 +1 @@ +global using Microsoft.VisualStudio.TestTools.UnitTesting;
\ No newline at end of file |