Skip to content

Commit

Permalink
Merge pull request MonoGame#238 from kjpou1/develop
Browse files Browse the repository at this point in the history
Mod to make sure Game.cs compiles
  • Loading branch information
kjpou1 committed Jan 25, 2012
2 parents 0189a45 + 8c04880 commit d83c072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MonoGame.Framework/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ additional consumer rights under your local laws which this license cannot
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
using Microsoft.Xna.Framework.Input.Touch;
using MonoGame.Framework;
using Microsoft.Xna.Framework;

namespace Microsoft.Xna.Framework
{
Expand Down
1 change: 1 addition & 0 deletions MonoGame.Framework/MonoGame.Framework.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
<Compile Include="MacOS\Audio\SoundEffect.cs" />
<Compile Include="MacOS\Audio\SoundEffectInstance.cs" />
<Compile Include="MacOS\MacGamePlatform+Synchronous.cs" />
<Compile Include="LaunchParameters.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="MacOS\" />
Expand Down

0 comments on commit d83c072

Please sign in to comment.