diff options
Diffstat (limited to 'Plugins/MonoGame.ImGuiNet/Monogame.ImGuiNetSamples/Program.cs')
-rw-r--r-- | Plugins/MonoGame.ImGuiNet/Monogame.ImGuiNetSamples/Program.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Plugins/MonoGame.ImGuiNet/Monogame.ImGuiNetSamples/Program.cs b/Plugins/MonoGame.ImGuiNet/Monogame.ImGuiNetSamples/Program.cs new file mode 100644 index 0000000..83d14f7 --- /dev/null +++ b/Plugins/MonoGame.ImGuiNet/Monogame.ImGuiNetSamples/Program.cs @@ -0,0 +1,3 @@ + +using var game = new Monogame.ImGuiNetSamples.Game1(); +game.Run(); |