generated from schreifuchs/wails-template
36 lines
840 B
JavaScript
Executable File
36 lines
840 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function DeleteGame(arg1) {
|
|
return window['go']['main']['App']['DeleteGame'](arg1);
|
|
}
|
|
|
|
export function GetGame(arg1) {
|
|
return window['go']['main']['App']['GetGame'](arg1);
|
|
}
|
|
|
|
export function GetGames() {
|
|
return window['go']['main']['App']['GetGames']();
|
|
}
|
|
|
|
export function GetLastGameID() {
|
|
return window['go']['main']['App']['GetLastGameID']();
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function NewGame() {
|
|
return window['go']['main']['App']['NewGame']();
|
|
}
|
|
|
|
export function SaveStep(arg1) {
|
|
return window['go']['main']['App']['SaveStep'](arg1);
|
|
}
|
|
|
|
export function UndoFor(arg1) {
|
|
return window['go']['main']['App']['UndoFor'](arg1);
|
|
}
|