carotidartillery/flags_web.go

9 lines
99 B
Go

//go:build js && wasm
// +build js,wasm
package main
func parseFlags(g *game) {
// Do nothing
}