You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to PGN file format movetext could contain comments in specific form. To achieve correspondence between PGN and internal game_info structure (would be added in #28 )
Add comment field (of type char* with default NULL value) to struct tnode.
Add memory management logic for comments (would be clarified later)
The text was updated successfully, but these errors were encountered:
According to PGN file format movetext could contain comments in specific form. To achieve correspondence between PGN and internal
game_info
structure (would be added in #28 )comment
field (of typechar*
with defaultNULL
value) tostruct tnode
.The text was updated successfully, but these errors were encountered: