This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using Raylib_cs; | |
/* -------------------------------------------------------- | |
A basic template for the Raylib-cs package by ChrisDill. | |
Template made by me, but can be used by everyone! | |
-------------------------------------------------------- | |
*/ | |
namespace Raylib_cs_template |