1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 13:48:46 +02:00

fixed a missing using directive in MLEM.FNA

This commit is contained in:
Ell 2022-07-18 20:46:59 +02:00
parent ba1058748e
commit e673ccea61

View file

@ -6,6 +6,7 @@ using System.Text.RegularExpressions;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using Microsoft.Xna.Framework.Graphics;
using MLEM.Extensions;
using MLEM.Textures;
namespace MLEM.Data {