mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/flappy: reorder build tags
This commit is contained in:
parent
c5867c3357
commit
cda6fa156f
@ -12,11 +12,11 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build example && (nintendosdk || microsoftgdk)
|
//go:build example && (microsoftgdk || nintendosdk)
|
||||||
// +build example
|
// +build example
|
||||||
// +build nintendosdk microsoftgdk
|
// +build microsoftgdk nintendosdk
|
||||||
|
|
||||||
// This file is for some special environments using 'nintendosdk' or 'microsoftgdk'.
|
// This file is for some special environments using 'microsoftgdk' or 'nintendosdk'.
|
||||||
// You usually don't have to care about this file.
|
// You usually don't have to care about this file.
|
||||||
// Actually this example works without this file in usual cases.
|
// Actually this example works without this file in usual cases.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user