mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Testing the idea of generating the bindings
- Added cppsharp to see if it will work with raylib.
This commit is contained in:
12
Raylib-cs/Std.cs
Normal file
12
Raylib-cs/Std.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This is autogenerated code by CppSharp.
|
||||
// Do not edit this file or all your changes will be lost after re-generation.
|
||||
// </auto-generated>
|
||||
// ----------------------------------------------------------------------------
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
using System.Runtime.CompilerServices;
|
||||
[assembly:InternalsVisibleTo("raylibtest")]
|
||||
|
Reference in New Issue
Block a user