mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
35259fe09e
commit
655cd4bf68
@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package audio
|
||||
|
||||
// #cgo CFLAGS: -x objective-c
|
||||
|
@ -138,9 +138,6 @@ import "C"`); err != nil {
|
||||
|
||||
const objcM = `// Code generated by ebitenmobile. DO NOT EDIT.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
#import <TargetConditionals.h>
|
||||
|
||||
#import <stdint.h>
|
||||
|
@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package devicescale
|
||||
|
||||
// #cgo CFLAGS: -x objective-c
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios && !nintendosdk
|
||||
// +build ios,!nintendosdk
|
||||
//go:build !nintendosdk
|
||||
// +build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios && !nintendosdk
|
||||
// +build ios,!nintendosdk
|
||||
//go:build !nintendosdk
|
||||
// +build !nintendosdk
|
||||
|
||||
package gamepad
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package metal
|
||||
|
||||
// Suppress the warnings about availability guard with -Wno-unguarded-availability-new.
|
||||
|
@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package ui
|
||||
|
||||
import (
|
||||
|
@ -12,8 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios && !nintendosdk
|
||||
// +build ios,!nintendosdk
|
||||
//go:build !nintendosdk
|
||||
// +build !nintendosdk
|
||||
|
||||
package vibrate
|
||||
|
||||
|
@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package ebitenmobileview
|
||||
|
||||
import (
|
||||
|
@ -12,9 +12,6 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:build ios
|
||||
// +build ios
|
||||
|
||||
package ebitenmobileview
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user