2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Test project now uses core

- Changed Test project from framework to core.
This commit is contained in:
2018-10-21 14:17:43 +01:00
parent 7e5c985f85
commit c27d039ede
6 changed files with 35 additions and 208 deletions

View File

@@ -2,8 +2,6 @@
using Raylib;
using static Raylib.Raylib;
// example to quickly test bindings
// otherwise build as a class library to use in other projects
class Program
{
public static void Main()