generated from schreifuchs/wails-template
20 lines
512 B
JavaScript
Executable File
20 lines
512 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetGames() {
|
|
return window['go']['main']['App']['GetGames']();
|
|
}
|
|
|
|
export function GetTournament(arg1) {
|
|
return window['go']['main']['App']['GetTournament'](arg1);
|
|
}
|
|
|
|
export function GetTournaments() {
|
|
return window['go']['main']['App']['GetTournaments']();
|
|
}
|
|
|
|
export function SaveTournament(arg1) {
|
|
return window['go']['main']['App']['SaveTournament'](arg1);
|
|
}
|