Files
osu-framework/SampleGame.iOS/Main.cs
2024-12-11 03:19:08 -05:00

8 lines
242 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using SampleGame.iOS;
using UIKit;
UIApplication.Main(args, null, typeof(AppDelegate));