mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Setting up examples project
- Dedicated project for raylib examples using Bindings as a class library.
This commit is contained in:
11
Examples/Program.cs
Normal file
11
Examples/Program.cs
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
namespace ExamplesTest
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Examples.core_basic_window();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user