Initial support for Godot engine.

This commit is contained in:
wfowler
2019-03-21 00:40:37 -06:00
parent bd0a1056f2
commit bdc0c8695b
29 changed files with 357 additions and 175 deletions

View File

@@ -4,13 +4,12 @@
using System;
using System.Collections.Generic;
#if UNITY
using UnityEngine;
#endif
namespace LibBSP {
#if UNITY
using Vector2d = Vector2;
using Vector2d = UnityEngine.Vector2;
#elif GODOT
using Vector2d = Godot.Vector2;
#endif
/// <summary>