mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
11 lines
88 B
Go
11 lines
88 B
Go
package draw
|
|
|
|
|
|
const (
|
|
LEFT_EDGE=0x1
|
|
RIGHT_EDGE=0x2
|
|
BOTTOM_EDGE=0x4
|
|
TOP_EDGE=0x8
|
|
)
|
|
|