mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
fixed a missing using directive in MLEM.FNA
This commit is contained in:
parent
ba1058748e
commit
e673ccea61
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue