mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
b2be456af8
Updates #2695
15 lines
349 B
Go
15 lines
349 B
Go
// SPDX-License-Identifier: Apache-2.0
|
|
// SPDX-FileCopyrightText: 2002-2006 Marcus Geelnard
|
|
// SPDX-FileCopyrightText: 2006-2019 Camilla Löwy
|
|
// SPDX-FileCopyrightText: 2023 The Ebitengine Authors
|
|
|
|
package goglfw
|
|
|
|
type platformContextState struct {
|
|
// TODO: Implement this.
|
|
}
|
|
|
|
type platformLibraryContextState struct {
|
|
// TODO: Implement this.
|
|
}
|