libscid 0.1.0
Chess applications made easy.
Loading...
Searching...
No Matches
traversal.h
1#pragma once
2
3#include "scid/core/game_cursor.h"
4
5namespace scid::core::pgn {
6
7bool nextLocation(GameCursor& cursor);
8bool seekLocation(GameCursor& cursor, unsigned location);
9unsigned locationOf(const GameCursor& cursor);
10unsigned offsetOf(const GameCursor& cursor);
11
12} // namespace scid::core::pgn