mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-17 02:18:53 +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
|
|
)
|
|
|