mirror of
https://github.com/ppy/osu
synced 2025-03-06 19:38:51 +00:00
Add missing licence header
This commit is contained in:
parent
ee73bd4568
commit
ccdd11d7b2
@ -1,4 +1,7 @@
|
||||
using System;
|
||||
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System;
|
||||
using System.Drawing.Imaging;
|
||||
using System.IO;
|
||||
using osu.Framework.Allocation;
|
||||
@ -43,7 +46,10 @@ namespace osu.Game.Graphics
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool OnReleased(GlobalAction action) => false;
|
||||
public bool OnReleased(GlobalAction action)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public async void TakeScreenshotAsync()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user