This commit is contained in:
adelikat 2020-04-24 13:48:05 -05:00
parent 60af8a36fc
commit e3682dca05
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;

View File

@ -3,6 +3,7 @@
//why this stupid assert on the blendstate. just set one by default, geeze.
using System;
using System.Diagnostics;
using OpenTK;
using OpenTK.Graphics.OpenGL;