2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-06-30 19:03:42 -04:00

Group example utils into folder

This commit is contained in:
2023-08-27 14:01:35 +01:00
parent c5560664ed
commit d1f0b9fd91
8 changed files with 17 additions and 14 deletions

View File

@ -10,6 +10,7 @@
********************************************************************************************/
using static Raylib_cs.Raylib;
using Examples.Shared;
namespace Examples.Shapes;

View File

@ -11,6 +11,7 @@
using System.Numerics;
using static Raylib_cs.Raylib;
using Examples.Shared;
namespace Examples.Shapes;

View File

@ -14,6 +14,7 @@
using System.Numerics;
using static Raylib_cs.Raylib;
using Examples.Shared;
namespace Examples.Shapes;