Watch
2
0
Fork
You've already forked raylib-cs
0

Changing examples to use makefile

- Testing a modified version of the makefile from raylib Instead of multiple project files for examples.
- Fixed readme example
This commit is contained in:
Rgebee 2018-10-01 09:25:18 +01:00
commit 7008c67dfa
364 changed files with 979 additions and 9077 deletions

View file

@ -1,11 +0,0 @@

namespace ExamplesTest
{
class Program
{
static void Main(string[] args)
{
Examples.core_basic_window();
}
}
}