[LIB-13] Add function to Scanner API
[chesshog-scanner.git] / src / main / java / org / hedgecode / chess / scanner / Scanner.java
index 8cc80eb..0192f2b 100644 (file)
@@ -32,4 +32,6 @@ public interface Scanner {
 
     PGNGame getGame(String gameId) throws ChessHogScannerException;
 
+    PGNGame getGame(String gameId, String tournamentId) throws ChessHogScannerException;
+
 }