// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT export function AddGame(arg1) { return window['go']['main']['App']['AddGame'](arg1); } export function DeleteGame(arg1) { return window['go']['main']['App']['DeleteGame'](arg1); } export function GetActiveGameID() { return window['go']['main']['App']['GetActiveGameID'](); } export function GetAllGames() { return window['go']['main']['App']['GetAllGames'](); } export function SetActiveGame(arg1) { return window['go']['main']['App']['SetActiveGame'](arg1); } export function TestConnection(arg1) { return window['go']['main']['App']['TestConnection'](arg1); } export function UpdateGame(arg1) { return window['go']['main']['App']['UpdateGame'](arg1); } export function XRayConnection(arg1) { return window['go']['main']['App']['XRayConnection'](arg1); }