Files
realworld/inc/screen.hospital.go
T
2026-08-29 23:27:15 +02:00

11 lines
188 B
Go

package inc
func screenHospital() screen {
return screen{
name: ScreenHospital,
title: "HOSPITAL — PSYCHIATRIC WING",
background: BgHospital,
onSelector: true,
}
}