Combined two Allegro related code units.
This commit is contained in:
parent
6ce7baed2b
commit
8264942602
@ -8,6 +8,9 @@ import (
|
||||
_ "opslag.de/schobers/zntg/allg5ui" // rendering backend
|
||||
)
|
||||
|
||||
// #cgo windows,allegro LDFLAGS: -Wl,-subsystem,windows
|
||||
import "C"
|
||||
|
||||
func init() {
|
||||
log.Println("Using Allegro5 rendering backend")
|
||||
}
|
||||
|
@ -1,6 +0,0 @@
|
||||
// +build windows,allegro
|
||||
|
||||
package main
|
||||
|
||||
// #cgo LDFLAGS: -Wl,-subsystem,windows
|
||||
import "C"
|
Loading…
Reference in New Issue
Block a user