From fdba5d09e95b2614be8fdb89b80ebd1854e5705c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 31 May 2014 13:20:39 -0500 Subject: Re-include the mac project in the main solution --- SuperPolarity/Actors/Generators/Generator.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'SuperPolarity/Actors/Generators/Generator.cs') diff --git a/SuperPolarity/Actors/Generators/Generator.cs b/SuperPolarity/Actors/Generators/Generator.cs index 4e2cc3e..8267dc0 100644 --- a/SuperPolarity/Actors/Generators/Generator.cs +++ b/SuperPolarity/Actors/Generators/Generator.cs @@ -1,4 +1,5 @@ using System; +using Microsoft.Xna.Framework; namespace SuperPolarity { -- cgit