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:
parent
a636ce12eb
commit
7008c67dfa
364 changed files with 979 additions and 9077 deletions
|
|
@ -19,7 +19,7 @@ Tested on windows 10 64 bit using the mono compiler.
|
|||
|
||||
```csharp
|
||||
using Raylib;
|
||||
using static Raylib.rl;
|
||||
using static Raylib.Raylib;
|
||||
|
||||
static class Program
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue