mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
windows: Add comments
This commit is contained in:
parent
acb66fffe8
commit
1f8cd41326
@ -14,6 +14,8 @@
|
||||
|
||||
package driver
|
||||
|
||||
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.
|
||||
|
||||
// #cgo LDFLAGS: -lwinmm
|
||||
//
|
||||
// #include <windows.h>
|
||||
|
@ -16,6 +16,8 @@
|
||||
|
||||
package ui
|
||||
|
||||
// TODO: Use golang.org/x/sys/windows (NewLazyDLL) instead of cgo.
|
||||
|
||||
// #cgo LDFLAGS: -lgdi32
|
||||
//
|
||||
// #include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user