ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SimpleBoard/SimpleBoard.pm
(Generate patch)

Comparing Games-Go-SimpleBoard/SimpleBoard.pm (file contents):
Revision 1.7 by root, Tue Jun 24 23:19:38 2008 UTC vs.
Revision 1.8 by root, Wed Jun 25 04:15:51 2008 UTC

72sub MARK_GRAYED (){ 0x0080 } # in conjunction with MARK_[BW], grays the stone 72sub MARK_GRAYED (){ 0x0080 } # in conjunction with MARK_[BW], grays the stone
73sub MARK_LABEL (){ 0x0100 } 73sub MARK_LABEL (){ 0x0100 }
74sub MARK_HOSHI (){ 0x0200 } # this is a hoshi point (not used much) 74sub MARK_HOSHI (){ 0x0200 } # this is a hoshi point (not used much)
75sub MARK_MOVE (){ 0x0400 } # this is a regular move 75sub MARK_MOVE (){ 0x0400 } # this is a regular move
76sub MARK_KO (){ 0x0800 } # this is a ko position 76sub MARK_KO (){ 0x0800 } # this is a ko position
77sub MARK_CIRCLE (){ 0x1000 } 77sub MARK_CROSS (){ 0x1000 }
78sub MARK_REDRAW (){ 0x8000 } 78sub MARK_REDRAW (){ 0x8000 }
79 79
80sub COLOUR_BLACK (){ 0 } 80sub COLOUR_BLACK (){ 0 }
81sub COLOUR_WHITE (){ 1 } 81sub COLOUR_WHITE (){ 1 }
82 82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines