Changeset 195 for 06/libkombilo/sgfparser.h
- Timestamp:
- 10/09/06 22:00:12 (2 years ago)
- Files:
-
- 06/libkombilo/sgfparser.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo/sgfparser.h
r191 r195 84 84 }; 85 85 86 87 const int posBR = 0;88 const int posCA = 1;89 const int posDT = 2;90 const int posEV = 3;91 const int posHC = 4;92 const int posKM = 5;93 const int posPB = 6;94 const int posPC = 7;95 const int posPW = 8;96 const int posRE = 9;97 const int posRO = 10;98 const int posRU = 11;99 const int posSZ = 12;100 const int posUS = 13;101 const int posWR = 14;102 103 104 86 typedef char* char_p; 105 87 106 char_p* parseRootNode(Node* n) throw(SGFError);88 std::vector<std::string>* parseRootNode(Node* n, std::vector<std::string>* tags) throw(SGFError); 107 89 108 90 class Cursor {
