Show More
Commit Description:
Fix issues with BudgetWindowRenderer....
Commit Description:
Fix issues with BudgetWindowRenderer.
(grafted from 7992ed911c41c462f47c93592abc80854bdcd8fa)
References:
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/samples/SpriteFontPlus.Samples.DynamicSpriteFont/Program.cs
20 lines | 407 B | text/x-csharp | CSharpLexer
20 lines | 407 B | text/x-csharp | CSharpLexer
r0 | using System; | |||
namespace SpriteFontPlus.Samples.TtfBaking | ||||
{ | ||||
/// <summary> | ||||
/// The main class. | ||||
/// </summary> | ||||
public static class Program | ||||
{ | ||||
/// <summary> | ||||
/// The main entry point for the application. | ||||
/// </summary> | ||||
[STAThread] | ||||
static void Main() | ||||
{ | ||||
using (var game = new Game1()) | ||||
game.Run(); | ||||
} | ||||
} | ||||
} | ||||