add examples project
This commit is contained in:
parent
1df4b9b395
commit
34bfcd0729
5 changed files with 93 additions and 0 deletions
4
Raylib-cs.Examples.Desktop/Program.cs
Normal file
4
Raylib-cs.Examples.Desktop/Program.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
using Raylib_cs.Examples;
|
||||
|
||||
using (var samples = new Samples())
|
||||
samples.Run();
|
||||
Loading…
Reference in a new issue