ebiten/internal/goglfw/nsgl_darwin.go
Hajime Hoshi d9acc57997 internal/goglfw: fix copyright texts
This change updates the copyright comment to respect the original
GLFW source comments.
2023-08-04 01:17:23 +09:00

15 lines
371 B
Go

// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2002-2006 Marcus Geelnard
// SPDX-FileCopyrightText: 2006-2019 Camilla Löwy <elmindreda@glfw.org>
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
package goglfw
type platformContextState struct {
// TODO: Implement this.
}
type platformLibraryContextState struct {
// TODO: Implement this.
}